Skip to content

Commit 73a7dda

Browse files
Henry Kotzéahcorde
Henry Kotzé
andauthored
Apply suggestions from code review
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Henry Kotzé <henry@flycloudline.com>
1 parent dba65db commit 73a7dda

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

include/sdf/AirFlow.hh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*
1616
*/
17-
#ifndef SDF_AirFlow_HH_
18-
#define SDF_AirFlow_HH_
17+
#ifndef SDF_AIRFLOW_HH_
18+
#define SDF_AIRFLOW_HH_
1919

2020
#include <gz/utils/ImplPtr.hh>
2121

@@ -90,4 +90,4 @@ namespace sdf
9090
};
9191
}
9292
}
93-
#endif
93+
#endif // SDF_AIRFLOW_HH_

python/src/sdf/pyAirFlow.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include "sdf/AirFlow.hh"
2323

24-
2524
using namespace pybind11::literals;
2625

2726
namespace sdf

src/Airflow_TEST.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Open Source Robotics Foundation
2+
* Copyright (C) 2023 Open Source Robotics Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717

1818
#include <gtest/gtest.h>
1919
#include "sdf/AirFlow.hh"
20+
#include "sdf/Noise.hh"
2021

2122
/////////////////////////////////////////////////
2223
TEST(DOMAirFlow, Construction)

0 commit comments

Comments
 (0)