From afd57c444fc7ad48915aa17f907a2ff9bddd4b64 Mon Sep 17 00:00:00 2001 From: Imran Zaman Date: Wed, 20 Nov 2013 14:18:45 +0200 Subject: [PATCH] corrected indentation --- dists/debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dists/debian/rules b/dists/debian/rules index 6342727..2b3636f 100755 --- a/dists/debian/rules +++ b/dists/debian/rules @@ -10,10 +10,10 @@ export DH_VERBOSE=1 export DH_OPTIONS %: - dh $@ --parallel + dh $@ --parallel override_dh_auto_configure: - dh_auto_configure -- --enable-dbus-type=session + dh_auto_configure -- --enable-dbus-type=session override_dh_auto_test: - true + true -- 2.7.4