[skip ci] Merge pull request #1541 from Technius/ci/new-diff-lines
Improve format_diff_lines.pl utility scriptpresentation
commit
246e5a17d0
2 changed files with 49 additions and 3 deletions
@ -0,0 +1,28 @@ |
||||
void foo() { |
||||
int bar; |
||||
} |
||||
|
||||
class Hi |
||||
{ |
||||
Hi( |
||||
) : a(a), b(b) |
||||
{ |
||||
} |
||||
int a; |
||||
int b; int c; int d; |
||||
} |
||||
; |
||||
|
||||
|
||||
void goodFormatting() |
||||
{ |
||||
int a = 0; |
||||
int b; |
||||
int c; |
||||
int d; |
||||
if (a) { |
||||
while (true) { |
||||
b = 1; |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue