about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index fb25a9f4..b6df8ac6 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -166,7 +166,7 @@ prof_handle_subscription(const char *from, jabber_subscr_t type)
         break;
     default:
         /* unknown type */
-	break;
+        break;
     }
 }