issue #98 Reformat using clangformat

pull/168/head
Dibyendu Majumdar 5 years ago
parent 631e237ef9
commit b95a2e7016

@ -67,4 +67,6 @@ dotest 'return ((2<3) or 1) == true and (2<3 and 4) == 4'
dotest 'return (x>y) and x or y == 2'
dotest 'return (x>y) and x or y == 2'
dotest 'function x() for i = 1, 10 do; print(i); end end'
dotest 'function x() for i = 1, 10 do; print(i); end end'
dotest 'function x() local a=1; function y() return function() return a end end; end'

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save