[PATCH] D64566: [YAMLIO] Remove trailing spaces when outputting maps
    James Henderson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 11 07:11:31 PDT 2019
    
    
  
jhenderson added inline comments.
================
Comment at: lib/Support/YAMLTraits.cpp:764
+  if (Padding != "\n") {
+    Padding = {};
     return;
----------------
Looks like you could move this to before the if?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64566/new/
https://reviews.llvm.org/D64566
    
    
More information about the llvm-commits
mailing list