Skip to content

Commit

Permalink
Fix indenting and formatting according to the CMP.
Browse files Browse the repository at this point in the history
Sorry for the big commit. There were so many indenting and formatting
issues in src/Fl_win32.cxx that I decided to reformat it with clang-format
(see previous commit). However, this commit is not the direct result
of using clang-format - I adjusted some parts of the code manually.

Other manual changes: I ...

 - reordered some #define's and added comments
 - added comments to switch/case/break statements and {} for clarity
 - moved a few 'break' statements inside or outside of braces {}

There should not be any code changes though, i.e. the compiled object
code should be identical.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12599 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Dec 19, 2017
1 parent 2c112af commit 52d4fef
Showing 1 changed file with 1,123 additions and 954 deletions.

0 comments on commit 52d4fef

Please sign in to comment.