Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
5d15c0d1
Commit
5d15c0d1
authored
May 24, 2017
by
Uwe Schulzweida
Browse files
operatorPrintAll: remove std::endl.
parent
f1b866ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules.cc
View file @
5d15c0d1
...
...
@@ -1237,7 +1237,7 @@ void operatorPrintAll(void) {
// using a set because it sorts the operators alphabetically on its own
std
::
vector
<
std
::
string
>
sorted_operator_names
=
get_sorted_operator_name_list
();
std
::
cout
<<
tab
<<
std
::
endl
;
std
::
cout
<<
tab
;
for
(
auto
operatorName
:
sorted_operator_names
)
{
if
(
number_of_chars
>
85
)
{
number_of_chars
=
tab_width
;
...
...
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