Check in a README file
[satcheck.git] / config.h
index 9efd32ebc3c01420d8109b737b3e94111d85d951..6ec9b804c392b84bd39eed419b9feb7abbc82fc8 100644 (file)
--- a/config.h
+++ b/config.h
 #else
 #define BIT48 0
 #endif
-#endif /* BIT48 */
+#endif/* BIT48 */
 
 /** Snapshotting configurables */
 
-/** 
+/**
  * If USE_MPROTECT_SNAPSHOT=2, then snapshot by tuned mmap() algorithm
  * If USE_MPROTECT_SNAPSHOT=1, then snapshot by using mmap() and mprotect()
  * If USE_MPROTECT_SNAPSHOT=0, then snapshot by using fork() */