Fix formatting in various code to match spacing from coding style
diff --git a/library/padlock.c b/library/padlock.c
index ccc477e..d277ccf 100644
--- a/library/padlock.c
+++ b/library/padlock.c
@@ -137,9 +137,9 @@
     memcpy( iw, iv, 16 );
 
      ctrl = iw + 4;
-    *ctrl = 0x80 | ctx->nr | ( ( ctx->nr + (mode^1) - 10 ) << 9 );
+    *ctrl = 0x80 | ctx->nr | ( ( ctx->nr + ( mode ^ 1 ) - 10 ) << 9 );
 
-    count = (length + 15) >> 4;
+    count = ( length + 15 ) >> 4;
 
     asm( "pushfl; popfl         \n"     \
          "movl    %%ebx, %0     \n"     \