summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-11-11 19:56:05 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-11-11 19:56:05 +0100
commit9a52f59fc546d509dc1a859c6cce92f99e31f46d (patch)
tree2095b7fcc079d78b91d298a3913508bfd69489da /sfeed.c
parenta855f803fd27af9ec1d19c5d7444ef0ad3d91b0b (diff)
code style, use actual column width of char
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed.c b/sfeed.c
index 157ece9..9111089 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -1,11 +1,11 @@
+#include <ctype.h>
+#include <errno.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <time.h>
-#include <ctype.h>
-#include <stdint.h>
-#include <errno.h>
#include "util.h"
#include "xml.h"