Skip to content

Commit

Permalink
Trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Dec 18, 2019
1 parent a9f597b commit 84fd2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/unittests/AST/ASTTraverserTest.cpp
Expand Up @@ -141,12 +141,12 @@ struct A {
template<typename T>
struct templ
{
{
};
template<>
struct templ<int>
{
{
};
void parmvardecl_attr(struct A __attribute__((address_space(19)))*);
Expand Down

0 comments on commit 84fd2be

Please sign in to comment.