Run entire source base through GNU indent to tidy up the varying
[u/mdw/putty] / puttymem.h
index 4396592..938e340 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef PUTTY_PUTTYMEM_H
 #define PUTTY_PUTTYMEM_H
 
-#include <stddef.h> /* for size_t */
-#include <string.h> /* for memcpy() */
+#include <stddef.h>                   /* for size_t */
+#include <string.h>                   /* for memcpy() */
 
 
 /* #define MALLOC_LOG  do this if you suspect putty of leaking memory */