Commit Graph

7 Commits

Author SHA1 Message Date
practicalswift
cc852042c9 [gardening] Fix accidental trailing whitespace. 2016-10-29 10:22:58 +02:00
Ge Sen
5ad36b2962 [gardening] Put white spaces in between if/while clauses and braces where it is missing.
For instance:

'if (foo){' => 'if (foo) {'
2016-04-02 14:43:45 +08:00
Michael Gottesman
7361e35bb9 Revert "Putting white spaces in between if/while clauses and braces." 2016-04-01 22:00:25 -07:00
Ge Sen
7dd61bdfa9 [gardening] Put white spaces in between if/while clauses and braces where it is missing.
For instance:

'if (foo){' => 'if (foo) {'
2016-04-02 08:22:23 +08:00
Roger Z
6696d997c7 whitespace and capitalization 2015-12-03 15:49:16 -05:00
Chris Lattner
94cc3533b4 add missing newlines at end of files.
Swift SVN r1062
2012-01-18 01:51:09 +00:00
Chris Lattner
70bb5880bc Various updates thanks to comments from DaveZ, add a right hand sidebar with commentary.
Move the .js file internally so we're not dependent on the go server.

Swift SVN r213
2010-11-11 05:20:00 +00:00