diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-02-06 17:43:55 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-02-07 17:12:33 +0100 |
commit | a82f692e5844d5efdc091a796dc0e8ae8ab5a322 (patch) | |
tree | 149028be11635b0097f929d7ae922f3e1042f7b8 /nest/a-path_test.c | |
parent | 28b3b551222ab58456a067a9be4790824cdbb60e (diff) |
Nest: Trivial whitespace cleanup
Diffstat (limited to 'nest/a-path_test.c')
-rw-r--r-- | nest/a-path_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nest/a-path_test.c b/nest/a-path_test.c index 5e122396..a71b48ba 100644 --- a/nest/a-path_test.c +++ b/nest/a-path_test.c @@ -43,14 +43,14 @@ t_as_path_match(void) bt_debug("Prepending ASN: %10u \n", val); if (i == 0) - first_prepended = val; + first_prepended = val; if (i == AS_PATH_LENGTH-1) - last_prepended = val; + last_prepended = val; mask[i].kind = PM_ASN; mask[i].val = val; if (i) - mask[i].next = &mask[i-1]; + mask[i].next = &mask[i-1]; } bt_assert_msg(as_path_match(as_path, &mask[AS_PATH_LENGTH-1]), "Mask should match with AS path"); |