genode/repos/base-hw
Norman Feske 493924a35e base-hw: coding style
Improve consistency with the other base repositories, in particular

- Indentation of class initializers
- Vertical whitespace around control-flow statements
- Preferably place control-flow statements (return, break, continue) at
  beginning of a line
- Placing the opening brace of a namespace at the end of line
- Placing the opening brace of a class at a new line
- Removing superfluous braces around single statements
- Two empty lines between methods/functions in implementation files
2021-02-23 12:02:41 +01:00
..
board Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
include base-hw: coding style 2021-02-23 12:02:41 +01:00
lib/mk Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00
ports Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00
recipes Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00
run base-hw: fix run scripts 2020-02-20 12:11:21 +01:00
src base-hw: coding style 2021-02-23 12:02:41 +01:00