Fix whitespace

This commit is contained in:
Richard Berger
2020-06-16 07:20:09 -04:00
parent 95e79b2347
commit 9d74984144
29 changed files with 200 additions and 200 deletions

View File

@ -65,7 +65,7 @@ Header files will typically contain the definition of a (single) class.
These header files should have as few include statements as possible.
This is particularly important for classes that implement a "style" and
thus use a macro of the kind `SomeStyle(some/name,SomeName)`. These will
all be included in the auto-generated `"some_style.h"` files which
all be included in the auto-generated `"some_style.h"` files which
results in a high potential for direct or indirect symbol name clashes.
In the ideal case, the header would only include one file defining the