Procházet zdrojové kódy

Newlines at end of files

Serj Kalichev před 8 roky
rodič
revize
74298eb4b3
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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