Skip to content

Commit 10247c3

Browse files
committed
Typo
1 parent 34dd1d2 commit 10247c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang-rt/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IncludeCategories:
1616
Priority: 4
1717
- Regex: '^"flang-rt/' # Public Flang-RT headers
1818
Priority: 3
19-
- Regex: '^[^/]*$' # Private header from same library
19+
- Regex: '^[^/]*$' # Private headers from same library
2020
Priority: 1
2121
- Regex: '.*' # Private headers from sibling libraries
2222
Priority: 2

0 commit comments

Comments
 (0)