Minor format change
diff --git a/src/FTLibrary.cpp b/src/FTLibrary.cpp
index 64e575a..6c308b0 100755
--- a/src/FTLibrary.cpp
+++ b/src/FTLibrary.cpp
@@ -47,7 +47,7 @@ bool FTLibrary::Init()
if( err)
{
delete lib;
- lib= 0;
+ lib = 0;
return false;
}