hunyadi-dev opened a new pull request #1060:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1060


   List of errors corrected:
   ```
       123 Missing space before ( in if(  [whitespace/parens] [5]
        90 Missing space after ,  [whitespace/comma] [3]
        71 Missing space before {  [whitespace/braces] [5]
        24 Missing space before ( in for(  [whitespace/parens] [5]
        10 Missing spaces around =  [whitespace/operators] [4]
         9 Missing space around colon in range-based for loop  
[whitespace/forcolon] [2]
         3 Missing space before ( in while(  [whitespace/parens] [5]
         2 Missing spaces around <  [whitespace/operators] [3]
         1 Missing spaces around <<  [whitespace/operators] [3]
         1 Missing space before ( in switch(  [whitespace/parens] [5]
         1 Missing space before else  [whitespace/braces] [5]
   ```
   
   Turn off ignore-whitespace to review the PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to