clean tabs, trailing whitespace

svn:r952
This commit is contained in:
Roger Dingledine
2003-12-17 21:14:13 +00:00
parent 6a19e64066
commit eb730c41c8
8 changed files with 104 additions and 104 deletions
+3 -3
View File
@@ -14,13 +14,13 @@
#define LOG_ERR 4
#endif
/* magic to make GCC check for proper format strings. */
/* magic to make GCC check for proper format strings. */
#ifdef __GNUC__
#define CHECK_PRINTF(formatIdx, firstArg) \
__attribute__ ((format (printf, formatIdx, firstArg)))
#else
#define CHECK_PRINTF(formatIdx, firstArg)
#endif
#define CHECK_PRINTF(formatIdx, firstArg)
#endif
void add_stream_log(int loglevel, const char *name, FILE *stream);
int add_file_log(int severity, const char *filename);