Minor cleanup
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 14 Jan 2005 01:35:58 +0000 (01:35 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 14 Jan 2005 01:35:58 +0000 (01:35 +0000)
include/confparse.h

index d3492d7..5f5660d 100644 (file)
@@ -4,7 +4,7 @@
  * Apply the GPL here.
  */
 
-/* $Id: confparse.h,v 1.3 2005/01/13 10:35:43 mmondor Exp $ */
+/* $Id: confparse.h,v 1.4 2005/01/14 01:35:58 mmondor Exp $ */
 
 /* our structures */
 
@@ -289,7 +289,7 @@ sConf confporttab[] =
     {SCONFT_BIND, SCONFF_BIND, VARTYPE_NAME},
     {SCONFT_IPMASK, SCONFF_IPMASK, VARTYPE_NAME},
 #ifdef USE_SSL
-       {SCONFT_TYPE, SCONFF_TYPE, VARTYPE_NAME},
+    {SCONFT_TYPE, SCONFF_TYPE, VARTYPE_NAME},
 #endif
     {(char *) 0, 0, 0}
 };