Commit 82b29b11 authored by Federico G. Schwindt's avatar Federico G. Schwindt

White space nit

parent 90624773
......@@ -256,11 +256,11 @@ vbe_str2adminhealth(const char *wstate)
{
if (strcasecmp(wstate, "healthy") == 0)
return(ah_healthy);
return (ah_healthy);
if (strcasecmp(wstate, "sick") == 0)
return(ah_sick);
return (ah_sick);
if (strcmp(wstate, "auto") == 0)
return(ah_probe);
return (ah_probe);
return (ah_invalid);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment