staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}'
[linux-2.6-microblaze.git] / drivers / staging / lustre / lustre / obdecho / echo_internal.h
index f5034a2..966414f 100644 (file)
@@ -33,9 +33,9 @@
 
 /* The persistent object (i.e. actually stores stuff!) */
 #define ECHO_PERSISTENT_OBJID    1ULL
-#define ECHO_PERSISTENT_SIZE     ((__u64)(1<<20))
+#define ECHO_PERSISTENT_SIZE     ((__u64)(1 << 20))
 
 /* block size to use for data verification */
-#define OBD_ECHO_BLOCK_SIZE    (4<<10)
+#define OBD_ECHO_BLOCK_SIZE    (4 << 10)
 
 #endif