Skip to content

Commit

Permalink
treewide: align headers c++ guards fixes
Browse files Browse the repository at this point in the history
* Make sure all C++ C includes have an end.
* Correct order of ifdefs and doxygen so that they are in the correct
  order. The order is not aligned from file to file, though it is
  corrected per file.
* Added space after license in some headers and source files.

Signed-off-by: Eivind Jølsgard <[email protected]>
(cherry picked from commit 6d8b9bb)
  • Loading branch information
eivindj-nordic authored and gmarull committed Aug 22, 2024
1 parent 130b9c1 commit c7e83ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions subsys/net_core_monitor/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#ifndef COMMON_H_
#define COMMON_H_


#ifdef __cplusplus
extern "C" {
#endif
Expand All @@ -26,8 +25,4 @@ extern "C" {
}
#endif

/**
* @}
*/

#endif /* COMMON_H_ */

0 comments on commit c7e83ac

Please sign in to comment.