Skip to content

Commit e9a4766

Browse files
committed
Fixed formatting of SemaOpenMP.cpp
1 parent c9d2e05 commit e9a4766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/lib/Sema/SemaOpenMP.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ enum DefaultDataSharingAttributes {
7878
/// Not mentioning any Variable category attribute indicates
7979
/// the modifier (DefaultDataSharingAttributes) is for all variables.
8080
enum DefaultDataSharingVCAttributes {
81-
DSA_VC_all = 0, /// for all variables.
82-
DSA_VC_aggregate, /// for aggregate variables.
83-
DSA_VC_pointer, /// for pointer variables.
84-
DSA_VC_scalar, /// for scalar variables.
81+
DSA_VC_all = 0, /// for all variables.
82+
DSA_VC_aggregate, /// for aggregate variables.
83+
DSA_VC_pointer, /// for pointer variables.
84+
DSA_VC_scalar, /// for scalar variables.
8585
};
8686

8787
/// Stack for tracking declarations used in OpenMP directives and

0 commit comments

Comments
 (0)