Return the blank line between includes and defines
authorRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Wed, 22 Mar 2006 19:35:58 +0000 (19:35 +0000)
committerRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Wed, 22 Mar 2006 19:35:58 +0000 (19:35 +0000)
accidentally removed in my last commit.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@604 7f574dfc-610e-0410-a909-a81674777703

src/conky.c

index 2dd4493..8fc66b1 100644 (file)
@@ -28,6 +28,7 @@
 #endif /* X11 */
 #include <sys/types.h>
 #include <sys/stat.h>
+
 #define CONFIG_FILE "$HOME/.conkyrc"
 #define MAIL_FILE "$MAIL"
 #define MAX_IF_BLOCK_DEPTH 5