Skip to content

Commit 5fb67e4

Browse files
JohelEGPzygoloid
authored andcommitted
[module.private.frag] Fix indentation in example
1 parent 02e9b5d commit 5fb67e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@
820820
module :private;
821821
struct X {}; // definition not reachable from importers of \tcode{A}
822822
X *factory() {
823-
return new X ();
823+
return new X ();
824824
}
825825
void fn_e() {}
826826
void fn_m() {}

0 commit comments

Comments
 (0)