Skip to content

Commit 2ad5fa5

Browse files
committed
clang-format
1 parent 5e319da commit 2ad5fa5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/include/clang/AST/OpenACCClause.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,9 +845,7 @@ struct OpenACCPrivateRecipe {
845845

846846
bool isSet() const { return AllocaDecl; }
847847

848-
static OpenACCPrivateRecipe Empty() {
849-
return OpenACCPrivateRecipe(nullptr);
850-
}
848+
static OpenACCPrivateRecipe Empty() { return OpenACCPrivateRecipe(nullptr); }
851849
};
852850

853851
class OpenACCPrivateClause final

0 commit comments

Comments
 (0)