Source cleanup.
[lcr.git] / cause.c
diff --git a/cause.c b/cause.c
index b6fba82..3b9ae8d 100644 (file)
--- a/cause.c
+++ b/cause.c
@@ -340,8 +340,7 @@ char *get_isdn_cause(int cause, int location, int type)
        if (cause<0 || cause>127)
                cause = 0;
 
-       switch(type)
-       {
+       switch(type) {
                case DISPLAY_CAUSE_NUMBER:
                SPRINT(result, "Cause %d", cause);
                break;