Skip to content

Commit

Permalink
add empty lines
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Mar 23, 2022
1 parent f03d4da commit f5fb248
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ros_include_guard/include/rospkg/foobar.right.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifndef ROSPKG__FOOBAR_H_
#define ROSPKG__FOOBAR_H_

#endif // ROSPKG__FOOBAR_H_
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifndef ROSPKG__FOOBAR_HPP_
#define ROSPKG__FOOBAR_HPP_

#endif // ROSPKG__FOOBAR_HPP_
1 change: 1 addition & 0 deletions tests/test_ros_include_guard/include/rospkg/foobar.wrong.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifndef DUMMY
#define DUMMY

#endif // DUMMY
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifndef DUMMY
#define DUMMY

#endif // DUMMY
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifndef ROSPKG__NOLINT_HPP_ // NOLINT
#define ROSPKG__NOLINT_HPP_ // NOLINT

#endif // ROSPKG__NOLINT_HPP_ // NOLINT
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifndef DUMMY // NOLINT
#define DUMMY // NOLINT

#endif // DUMMY // NOLINT
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

#ifndef ROSPKG__PRAGMA_HPP_
#define ROSPKG__PRAGMA_HPP_

#endif // ROSPKG__PRAGMA_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

#ifndef DUMMY
#define DUMMY

#endif // DUMMY

0 comments on commit f5fb248

Please sign in to comment.