Code style fix (no "tab" symbol).
authorsvost <svost@users.noreply.github.com>
Fri, 11 Mar 2016 08:24:37 +0000 (11:24 +0300)
committersvost <svost@users.noreply.github.com>
Fri, 11 Mar 2016 08:24:37 +0000 (11:24 +0300)
src/serialize.h

index 0e2fa9d..8305dd0 100644 (file)
@@ -56,9 +56,9 @@ enum
     SER_DISK            = (1 << 1),
     SER_GETHASH         = (1 << 2),
 
-        // modifiers
-        SER_SKIPSIG = (1 << 16),
-        SER_BLOCKHEADERONLY = (1 << 17)
+    // modifiers
+    SER_SKIPSIG         = (1 << 16),
+    SER_BLOCKHEADERONLY = (1 << 17)
 
 };