[clang] 84fd2be - Trim trailing whitespace
Stephen Kelly via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 14:34:35 PST 2019
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)))*);
More information about the cfe-commits
mailing list