Add options for empty function calls and rename nl_func_def method#1364
Merged
gmaurel merged 2 commits intouncrustify:masterfrom Oct 12, 2017
Merged
Add options for empty function calls and rename nl_func_def method#1364gmaurel merged 2 commits intouncrustify:masterfrom
gmaurel merged 2 commits intouncrustify:masterfrom
Conversation
This adds two options: *nl_func_call_empty - same as nl_func_decl_empty but for function calls *nl_func_call_paren_empty - same as nl_func_def_paren_empty but for function calls Change-Id: Ib49ca03b18043368ceeb96e2c6f4fcfed3928ccb
Collaborator
|
It is not clear if you mean "the option" or the "name of the function in the code". |
Renaming nl_func_def to nl_func_def_or_call because it now deals with newlines in function calls. Change-Id: Ifd601f7b483edb2b3443ce421298c17b0064596e
4c9d032 to
5e22dcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request brings in two commits: