[PATCH] scan-build: Remove useless whitespace in File path

Phabricator reviews at reviews.llvm.org
Fri Jun 12 08:54:40 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10354

Files:
  cfe/trunk/tools/scan-build/scan-build

Index: cfe/trunk/tools/scan-build/scan-build
===================================================================
--- cfe/trunk/tools/scan-build/scan-build
+++ cfe/trunk/tools/scan-build/scan-build
@@ -766,7 +766,7 @@
           my $x = shift @fname;
           print OUT $x;
           if ($#fname >= 0) {
-            print OUT "<span class=\"W\"> </span>/";
+            print OUT "/";
           }
         }
       }

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10354.27580.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150612/6a8a0102/attachment.bin>


More information about the cfe-commits mailing list