Skip to content

Commit 890ef3d

Browse files
committed
clang-format on TODO
1 parent c26e6b0 commit 890ef3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/PrintAsClang/ModuleContentsWriter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ class ModuleWriter {
240240
}
241241

242242
void forwardDeclare(const EnumDecl *ED) {
243-
// TODO: skip for now; will overhaul the forward decals for c++ in the future
243+
// TODO: skip for now; will overhaul the forward decals for c++ in the
244+
// future
244245
if (outputLangMode == swift::OutputLanguageMode::Cxx) {
245246
return;
246247
}

0 commit comments

Comments
 (0)