diff options
author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:03:14 +0200 |
---|---|---|
committer | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:04:07 +0200 |
commit | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch) | |
tree | 3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /vtysh/vtysh_user.h | |
parent | *: add indent control files (diff) | |
download | frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip |
*: reindentreindent-master-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh/vtysh_user.h')
-rw-r--r-- | vtysh/vtysh_user.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vtysh/vtysh_user.h b/vtysh/vtysh_user.h index 9d8f4ae62..2b31589f2 100644 --- a/vtysh/vtysh_user.h +++ b/vtysh/vtysh_user.h @@ -21,10 +21,10 @@ #ifndef _VTYSH_USER_H #define _VTYSH_USER_H -int vtysh_auth (void); -void vtysh_user_init (void); +int vtysh_auth(void); +void vtysh_user_init(void); void user_config_write(void); -char *vtysh_get_home (void); +char *vtysh_get_home(void); #endif /* _VTYSH_USER_H */ |