Browse Source

Newlines at end of files

Serj Kalichev 8 years ago
parent
commit
74298eb4b3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      hexio.c
  2. 1 1
      hexio.h

+ 1 - 1
hexio.c

@@ -108,4 +108,4 @@ int bitmask_parse_user(const char *buf, size_t buflen, BIT_ARRAY *bmp)
 		bit_array_set_word32(bmp, nchunks * HEXCHUNKSZ, (uint32_t)chunk);
 	}
 	return 0;
-}
+}

+ 1 - 1
hexio.h

@@ -13,4 +13,4 @@
 int bitmask_scnprintf(char *buf, size_t buflen, const BIT_ARRAY *bmp);
 int bitmask_parse_user(const char *buf, size_t buflen, BIT_ARRAY *bmp);
 
-#endif
+#endif