[misc] Remove spaces, fix indention.
diff --git a/openbsc/src/paging.c b/openbsc/src/paging.c
index 314d3d1..12ed903 100644
--- a/openbsc/src/paging.c
+++ b/openbsc/src/paging.c
@@ -318,7 +318,7 @@
 			break;
 
 		/* Stop paging */
-                if (bts != _bts)
+		if (bts != _bts)
 			_paging_request_stop(bts, subscr, NULL);
 	} while (1);
 }