Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Henry Kotzé <henry@flycloudline.com>
  • Loading branch information
Henry Kotzé and ahcorde authored Dec 1, 2023
1 parent dba65db commit 73a7dda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions include/sdf/AirFlow.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*
*/
#ifndef SDF_AirFlow_HH_
#define SDF_AirFlow_HH_
#ifndef SDF_AIRFLOW_HH_
#define SDF_AIRFLOW_HH_

#include <gz/utils/ImplPtr.hh>

Expand Down Expand Up @@ -90,4 +90,4 @@ namespace sdf
};
}
}
#endif
#endif // SDF_AIRFLOW_HH_
1 change: 0 additions & 1 deletion python/src/sdf/pyAirFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "sdf/AirFlow.hh"


using namespace pybind11::literals;

namespace sdf
Expand Down
3 changes: 2 additions & 1 deletion src/Airflow_TEST.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 Open Source Robotics Foundation
* Copyright (C) 2023 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,6 +17,7 @@

#include <gtest/gtest.h>
#include "sdf/AirFlow.hh"
#include "sdf/Noise.hh"

/////////////////////////////////////////////////
TEST(DOMAirFlow, Construction)
Expand Down

0 comments on commit 73a7dda

Please sign in to comment.