Code "cleanups." I confess that I sometimes went beyond the TODO
[freeradius.git] / src / main / version.c
index f75f399..bae8d23 100644 (file)
 
 static const char rcsid[] = "$Id$";
 
-#include       "autoconf.h"
-#include       "libradius.h"
+#include "autoconf.h"
+#include "libradius.h"
 
-#include       <stdio.h>
-#include       <stdlib.h>
-#include       "radiusd.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include "radiusd.h"
 
 /*
  *     Version number. This should ideally be created by autoconf
  *     or similar, so that this would always be up to date.
  */
-#define                VERSION         "FreeRADIUS ALPHA, built on " __DATE__ " at " __TIME__
+#define VERSION "FreeRADIUS ALPHA, built on " __DATE__ " at " __TIME__
 
 /*
  *     Display the revision number for this program