diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-08-08 16:00:04 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-08-08 16:00:04 +0200 | 
| commit | ba86c88f7fc7002a1023b6979f4cce877b629192 (patch) | |
| tree | 771f5c3fab82d6d12a81f4d19a357dd3f32914e4 /staticd/static_main.c | |
| parent | 51c4ed0a0e556e24ebc86f7173b8b64ee9ff8ba3 (diff) | |
staticd: fix tiny whitespace issue
Just add a linebreak.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'staticd/static_main.c')
| -rw-r--r-- | staticd/static_main.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/staticd/static_main.c b/staticd/static_main.c index 1bc0c30986..82d52a17d6 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -108,7 +108,8 @@ FRR_DAEMON_INFO(staticd, STATIC, .vty_port = STATIC_VTY_PORT,  		.signals = static_signals,  		.n_signals = array_size(static_signals), -		.privs = &static_privs, ) +		.privs = &static_privs, +)  int main(int argc, char **argv, char **envp)  {  | 
