Skip to content

[Linting] Spacing of #defines in node.h file

I noticed a few inconsistent spaces when reading through the node.h file. This PR is to make the spacing use the same pattern as the rest of the file/project.

By the way, I checked the Style Guides and there's no real consensus on this. Do we have some formal rule about when to use a space for an indented line within:

  1. #if defined
  2. #ifndef
  3. #ifdef
  4. If the #ifndef itself is within a bracket { } scope and the #ifndef should be tabbed.

? I can cite some examples of each one of these situations if required.

Checklist
  • make -j4 test (UNIX) passes
  • commit message follows [commit guidelines]

Merge request reports

Loading