NO-OP: whitespace
authorRobin Gareus <robin@gareus.org>
Sat, 24 Feb 2018 12:54:15 +0000 (13:54 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 24 Feb 2018 12:55:20 +0000 (13:55 +0100)
commitceac42cc039d9043e0bcf929c6e8207d7f8fc7d4
tree69346ff1854fb3a690e92cabfd938e6e6d65db47
parent75122af11897aa5bf6b5b9fb2ab5a984eb1ef8a6
NO-OP: whitespace

- remove trailing whitespace
- remove space after opening brackets and before closing brackets
- add space around operators
- do not use '//' for multi-line comments, do not use "//" on line-start
  to comment-out code breaking indenting (-Wmisleading-indent)
- do add a single space after comment-start /*{SPACE}... or //{SPACE}...
- reserve duplicate whitespace "  " for alignment, remove other duplicate
  whitespace
- use established "TODO" and "XXX" (highlighted keywords)
- remove equal-sign series "====" (those indicate merge conflicts)
gtk2_ardour/add_route_dialog.cc
gtk2_ardour/editor.cc
gtk2_ardour/editor_canvas.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/editor_rulers.cc
gtk2_ardour/editor_summary.cc
gtk2_ardour/mixer_strip.cc
gtk2_ardour/mixer_ui.cc
gtk2_ardour/script_selector.cc
gtk2_ardour/selection.cc