Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarzowski committed Aug 1, 2017
1 parent 9d1ad19 commit 3fe5d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/formatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ class PrettyFieldNames : public FmtPass {
///
/// The main principle is that a structure can either be:
/// * expanded and contain newlines in all the designated places
/// * unexpanded and not contain any newlines in any of designated places.
/// * unexpanded and contain newlines in none of the designated places.
///
/// It only looks shallowly at the AST nodes, so there may be some newlines deeper that
/// don't affect expanding. For example:
Expand Down

0 comments on commit 3fe5d4b

Please sign in to comment.