mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 15:51:24 +02:00
CLEANUP: code style: use tabs to indent codes instead of spaces
Signed-off-by: Godbach <nylzhaowei@gmail.com>
This commit is contained in:
parent
8bf60a1ed0
commit
ff11554c15
@ -2998,10 +2998,10 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm)
|
|||||||
else if (strcmp(args[myidx], "peers") == 0) {
|
else if (strcmp(args[myidx], "peers") == 0) {
|
||||||
myidx++;
|
myidx++;
|
||||||
if (!*(args[myidx])) {
|
if (!*(args[myidx])) {
|
||||||
Alert("parsing [%s:%d] : stick-table: missing argument after '%s'.\n",
|
Alert("parsing [%s:%d] : stick-table: missing argument after '%s'.\n",
|
||||||
file, linenum, args[myidx-1]);
|
file, linenum, args[myidx-1]);
|
||||||
err_code |= ERR_ALERT | ERR_FATAL;
|
err_code |= ERR_ALERT | ERR_FATAL;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
curproxy->table.peers.name = strdup(args[myidx++]);
|
curproxy->table.peers.name = strdup(args[myidx++]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user