diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-29 15:13:48 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-29 15:13:48 -0500 |
commit | 6f8d7cc3ad5b465c2833f44517f7ccfae9b5333b (patch) | |
tree | 255e9edb38ec65310f7971edb4049c6c202822c0 /autoscripts | |
parent | 56a432ea5f488b960248a772ffcabf5bb2cd4ff0 (diff) | |
download | debhelper-6f8d7cc3ad5b465c2833f44517f7ccfae9b5333b.tar.gz |
consistent indent
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postrm-xfonts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts index e2c8d612..cd476a3d 100644 --- a/autoscripts/postrm-xfonts +++ b/autoscripts/postrm-xfonts @@ -1,3 +1,3 @@ if [ -x "`which update-fonts-dir 2>/dev/null`" ]; then -#CMDS# + #CMDS# fi |