]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: code style: use tabs to indent codes instead of spaces
authorGodbach <nylzhaowei@gmail.com>
Mon, 21 Apr 2014 13:52:23 +0000 (21:52 +0800)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 08:36:36 +0000 (10:36 +0200)
Signed-off-by: Godbach <nylzhaowei@gmail.com>
src/cfgparse.c

index 124ad242eca3b62c122b87cc7e368f7caedd735f..d4893a1345b4e1a63ef0ea4b2e2e385302f544c3 100644 (file)
@@ -2998,10 +2998,10 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm)
                        else if (strcmp(args[myidx], "peers") == 0) {
                                myidx++;
                                if (!*(args[myidx])) {
-                                       Alert("parsing [%s:%d] : stick-table: missing argument after '%s'.\n",
-                                             file, linenum, args[myidx-1]);
-                                       err_code |= ERR_ALERT | ERR_FATAL;
-                                       goto out;
+                                       Alert("parsing [%s:%d] : stick-table: missing argument after '%s'.\n",
+                                             file, linenum, args[myidx-1]);
+                                       err_code |= ERR_ALERT | ERR_FATAL;
+                                       goto out;
                                }
                                curproxy->table.peers.name = strdup(args[myidx++]);
                        }