Removed the space between function names and the opening parenthesis.
[mmh] / sbr / m_gmprot.c
index 999e6f7..9c86e77 100644 (file)
@@ -10,9 +10,9 @@
 
 
 int
-m_gmprot (void)
+m_gmprot(void)
 {
        register char *cp;
 
-       return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot);
+       return atooi ((cp = context_find("msg-protect")) && *cp ? cp : msgprot);
 }