diff --git a/debian/rules b/debian/rules
index a63fad3a8669ead4c0bcc62dbc6ccf9cc5b3431e..9027085b6ce1451682f37e560a01bd02b305dcdc 100644
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,6 @@
 	dh $@
 
 override_dh_auto_configure:
-    cmake . -DCMAKE_BUILD_TYPE=Release -DADLplug_VST2=OFF -DADLplug_VST3=OFF -DADLplug_Standalone=OFF -DADLplug_Jack=OFF
+	cmake . -DCMAKE_BUILD_TYPE=Release -DADLplug_VST2=OFF -DADLplug_VST3=OFF -DADLplug_Standalone=OFF -DADLplug_Jack=OFF
 
 override_dh_usrlocal: