Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Libor Bukata
CMake
Commits
2c2bb5f5
Commit
2c2bb5f5
authored
May 26, 2017
by
Pavel Solodovnikov
Browse files
Remove unnecessary operator<< usage
parent
1e4e2f99
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmGlobalNinjaGenerator.cxx
View file @
2c2bb5f5
...
...
@@ -56,7 +56,7 @@ void cmGlobalNinjaGenerator::Indent(std::ostream& os, int count)
void
cmGlobalNinjaGenerator
::
WriteDivider
(
std
::
ostream
&
os
)
{
os
<<
"# ======================================"
<<
"=======================================
\n
"
;
"=======================================
\n
"
;
}
void
cmGlobalNinjaGenerator
::
WriteComment
(
std
::
ostream
&
os
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment