Author: Stephen Kelly
Date: 2019-12-18T22:33:23Z
New Revision: 84fd2bedf4096e78b892165138051b8563169fe3

URL: 
https://github.com/llvm/llvm-project/commit/84fd2bedf4096e78b892165138051b8563169fe3
DIFF: 
https://github.com/llvm/llvm-project/commit/84fd2bedf4096e78b892165138051b8563169fe3.diff

LOG: Trim trailing whitespace

Added: 
    

Modified: 
    clang/unittests/AST/ASTTraverserTest.cpp

Removed: 
    


################################################################################
diff  --git a/clang/unittests/AST/ASTTraverserTest.cpp 
b/clang/unittests/AST/ASTTraverserTest.cpp
index 99d4589c48a3..6debdf10eda2 100644
--- a/clang/unittests/AST/ASTTraverserTest.cpp
+++ b/clang/unittests/AST/ASTTraverserTest.cpp
@@ -141,12 +141,12 @@ struct A {
 
 template<typename T>
 struct templ
-{ 
+{
 };
 
 template<>
 struct templ<int>
-{ 
+{
 };
 
 void parmvardecl_attr(struct A __attribute__((address_space(19)))*);


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to