diff options
author | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-06-13 13:10:47 +0530 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-06-13 13:10:47 +0530 |
commit | 32438b338c08c437cf09aa9e5c9fbf17b3b47b53 (patch) | |
tree | 3731e7c8efadc1718efdfd4b83cbc1f7de07b50e | |
parent | a32b400b1a82891a4d39b12c1b0c32f615f84ffd (diff) |
indentation fix
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f42d12c..1c9c171 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ # Use override_dh_* targets to customize this. # --------------------------------------------------- |