Run "make autostyle."

This commit is contained in:
Nick Mathewson
2019-06-05 09:33:35 -04:00
parent d1b02456c1
commit 60213a3621
296 changed files with 480 additions and 480 deletions
+1 -1
View File
@@ -58,4 +58,4 @@ size_t base32_encoded_size(size_t srclen);
void base16_encode(char *dest, size_t destlen, const char *src, size_t srclen);
int base16_decode(char *dest, size_t destlen, const char *src, size_t srclen);
#endif /* !defined(TOR_UTIL_FORMAT_H) */
#endif /* !defined(TOR_BINASCII_H) */
+1 -1
View File
@@ -14,4 +14,4 @@
int string_is_key_value(int severity, const char *string);
#endif
#endif /* !defined(TOR_KEYVAL_H) */
+1 -1
View File
@@ -23,4 +23,4 @@ int pem_encode(char *dest, size_t destlen, const uint8_t *src, size_t srclen,
int pem_decode(uint8_t *dest, size_t destlen, const char *src, size_t srclen,
const char *objtype);
#endif
#endif /* !defined(TOR_PEM_H) */
+1 -1
View File
@@ -15,4 +15,4 @@
const char *decode_qstring(const char *start, size_t in_len_max,
char **out, size_t *out_len);
#endif
#endif /* !defined(TOR_ENCODING_QSTRING_H) */
+1 -1
View File
@@ -41,4 +41,4 @@ int parse_iso_time_nospace(const char *cp, time_t *t);
int parse_http_time(const char *buf, struct tm *tm);
int format_time_interval(char *out, size_t out_len, long interval);
#endif
#endif /* !defined(TOR_TIME_FMT_H) */