From eb955ef0dafe25ac1cb8091c8f2a065d68e18916 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Nov 2011 14:01:14 -0400 Subject: layout --- dh_strip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dh_strip b/dh_strip index aebc1009..ae1594fe 100755 --- a/dh_strip +++ b/dh_strip @@ -166,7 +166,7 @@ sub make_debug { if (! -d $debug_dir) { doit("install", "-d", $debug_dir); } - if(compat(8)) { + if (compat(8)) { doit($objcopy, "--only-keep-debug", $file, $debug_path); } else { -- cgit v1.2.3