summaryrefslogtreecommitdiff
path: root/nest/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-02-06 17:43:55 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-02-07 17:12:33 +0100
commita82f692e5844d5efdc091a796dc0e8ae8ab5a322 (patch)
tree149028be11635b0097f929d7ae922f3e1042f7b8 /nest/config.Y
parent28b3b551222ab58456a067a9be4790824cdbb60e (diff)
Nest: Trivial whitespace cleanup
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y8
1 files changed, 4 insertions, 4 deletions
diff --git a/nest/config.Y b/nest/config.Y
index 044aba2b..af5114f5 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -151,7 +151,7 @@ CF_ENUM(T_ENUM_NETTYPE, NET_, IP4, IP6, VPN4, VPN6, ROA4, ROA6, FLOW4, FLOW6)
CF_ADDTO(conf, table)
table_sorted:
- { $$ = 0; }
+ { $$ = 0; }
| SORTED { $$ = 1; }
;
@@ -454,9 +454,9 @@ password_item:
password_item_begin:
PASSWORD text {
if (!this_p_list) {
- this_p_list = cfg_alloc(sizeof(list));
- init_list(this_p_list);
- password_id = 1;
+ this_p_list = cfg_alloc(sizeof(list));
+ init_list(this_p_list);
+ password_id = 1;
}
this_p_item = cfg_alloc(sizeof (struct password_item));
this_p_item->password = $2;