]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_strip
layout
[debhelper.git] / dh_strip
index aebc10096990b61374d80ccd4abc37bc74e1aba7..ae1594fead8c324b132f47d3a405104fc3935467 100755 (executable)
--- 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 {