Skip to content

Commit

Permalink
proper indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 27, 2014
1 parent 3264be8 commit 50cdd27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/info.cpp.in
Expand Up @@ -48,7 +48,7 @@ void print(std::ostream& ostr)
;

ostr << "\n"
"Multiplets: ";
"Multiplets: ";
for (unsigned i = 0; i < NUMBER_OF_PARTICLES; i++) {
ostr << particle_names[i]
<< '[' << particle_multiplicities[i] << ']';
Expand All @@ -57,7 +57,7 @@ void print(std::ostream& ostr)
}

ostr << "\n\n"
"Parameters: ";
"Parameters: ";
for (unsigned i = 0; i < NUMBER_OF_PARAMETERS; i++) {
ostr << parameter_names[i];
if (i + 1 < NUMBER_OF_PARAMETERS)
Expand Down

0 comments on commit 50cdd27

Please sign in to comment.