Skip to content

Commit 8824e6c

Browse files
adjust comment indent
1 parent 9ece53a commit 8824e6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/utils/HdrGen/PublicAPICommand.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ static void emitAttributeMacroDecls(const AttributeMap &MacroAttr,
127127
// tested via __has_cpp_attribute.
128128
// 1b. If the attribute is a clang attribute, check for __clang__.
129129
// 1c. If the attribute is a gnu attribute, check for __GNUC__.
130-
// 2. Otherwise, if __GNUC__ is defined and gnu
131-
// style is provided, define the macro using gnu version;
130+
// 2. Otherwise, if __GNUC__ is defined and gnu style is provided,
131+
// define the macro using gnu version;
132132
// 3. Otherwise, if _MSC_VER is defined and __declspec is provided, define
133-
// the macro using __declspec version;
133+
// the macro using __declspec version;
134134
// 4. Fallback to empty macro.
135135
std::sort(Styles.begin(), Styles.end(), [&](auto &a, auto &b) {
136136
if (a.first == AttributeStyle::Cxx11 && b.first == AttributeStyle::Cxx11)

0 commit comments

Comments
 (0)