@@ 75,10 75,10 @@ static std::uint8_t hex_nibble(char b) {
}
-#define USAGE(self, l) \
- "usage: %s [-ztb]%s [--tag] [file]...\n" \
- " %s -c %s [-w] [--strict] [--quiet] [--status] [--ignore-missing] [file]...\n", \
- self, l ? " [-l BITS]" : "", self, l ? " [-l BITS]" : ""
+#define USAGE(self, l) \
+ "usage: %s [-ztb]%s [--tag] [file]...\n" \
+ " %s -c [-w]%s [--strict] [--quiet] [--status] [--ignore-missing] [file]...\n", \
+ self, l ? " [-l BITS]" : "", self, l ? " [-l BITS]" : ""
union hash_alg_state {