瀏覽代碼

Newlines at end of files

Serj Kalichev 8 年之前
父節點
當前提交
74298eb4b3
共有 2 個文件被更改,包括 2 次插入2 次删除
  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