]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spacing
authorAndreas Gustafsson <source@isc.org>
Fri, 1 Feb 2002 02:33:26 +0000 (02:33 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 1 Feb 2002 02:33:26 +0000 (02:33 +0000)
lib/isccfg/parser.c

index 3e3621abc01f549d50f950f726f04b54734e4da4..b09e1b2061e36c5903f321ccc6c0b848c6ac372a 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: parser.c,v 1.99 2002/01/22 19:31:57 gson Exp $ */
+/* $Id: parser.c,v 1.100 2002/02/01 02:33:26 gson Exp $ */
 
 #include <config.h>
 
@@ -360,7 +360,7 @@ parse_eof(cfg_parser_t *pctx) {
        cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error");
        return (ISC_R_UNEXPECTEDTOKEN);
  cleanup:
-       return(result);
+       return (result);
 }
 
 /* A list of files, used internally for pctx->files. */