debugserver: Fix whitespace error
diff --git a/src/debugserver.c b/src/debugserver.c
index 4aab1fc..ceaf4a9 100644
--- a/src/debugserver.c
+++ b/src/debugserver.c
@@ -55,7 +55,7 @@
 			return DEBUGSERVER_E_MUX_ERROR;
 		case SERVICE_E_SSL_ERROR:
 			return DEBUGSERVER_E_SSL_ERROR;
-        case SERVICE_E_TIMEOUT:
+		case SERVICE_E_TIMEOUT:
 			return DEBUGSERVER_E_TIMEOUT;
 		default:
 			break;