summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/subr.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-22 10:39:34 +0000
committerpjd <pjd@FreeBSD.org>2011-03-22 10:39:34 +0000
commitf29604a5475561d709e57cf8b3bef4ce6085bc7c (patch)
treea046d0827741aae49db295951f8bb2636b85aadf /sbin/hastd/subr.c
parent06d8daf5f364ded70a20ba580ee3c3cbe230eaf8 (diff)
downloadFreeBSD-src-f29604a5475561d709e57cf8b3bef4ce6085bc7c.zip
FreeBSD-src-f29604a5475561d709e57cf8b3bef4ce6085bc7c.tar.gz
White space cleanups.
MFC after: 1 week
Diffstat (limited to 'sbin/hastd/subr.c')
-rw-r--r--sbin/hastd/subr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/hastd/subr.c b/sbin/hastd/subr.c
index aa6e5d9..49881e7 100644
--- a/sbin/hastd/subr.c
+++ b/sbin/hastd/subr.c
@@ -134,12 +134,12 @@ const char *
role2str(int role)
{
- switch (role) {
- case HAST_ROLE_INIT:
+ switch (role) {
+ case HAST_ROLE_INIT:
return ("init");
- case HAST_ROLE_PRIMARY:
+ case HAST_ROLE_PRIMARY:
return ("primary");
- case HAST_ROLE_SECONDARY:
+ case HAST_ROLE_SECONDARY:
return ("secondary");
}
return ("unknown");
OpenPOWER on IntegriCloud