Skip to content

Commit 340406a

Browse files
committed
[Stencil] Hide implementaion detai. NFC.
llvm-svn: 373504
1 parent 12e915b commit 340406a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Tooling/Refactoring/Stencil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ struct IfBoundData {
8282
StencilPart TruePart;
8383
StencilPart FalsePart;
8484
};
85-
} // namespace
8685

8786
bool isEqualData(const RawTextData &A, const RawTextData &B) {
8887
return A.Text == B.Text;
@@ -203,6 +202,7 @@ class StencilPartImpl : public StencilPartInterface {
203202
return false;
204203
}
205204
};
205+
} // namespace
206206

207207
StencilPart Stencil::wrap(StringRef Text) {
208208
return stencil::text(Text);

0 commit comments

Comments
 (0)