Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/skiller-simulator-fix-header-guard has been created
        at  cb84936fbb08e6a34dd2c1140779314ca1b7accc (commit)

https://github.com/fawkesrobotics/fawkes/tree/thofmann/skiller-simulator-fix-header-guard

- *Log* ---------------------------------------------------------------
commit cb84936fbb08e6a34dd2c1140779314ca1b7accc
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Fri Sep 20 14:10:32 2019 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Fri Sep 20 14:11:46 2019 +0200

    skiller-simulator: fix misplaced include header guards

https://github.com/fawkesrobotics/fawkes/commit/cb84936fb

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------


- *Diffs* -------------------------------------------------------------

- *commit* cb84936fbb08e6a34dd2c1140779314ca1b7accc - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Fri Sep 20 14:10:32 2019 +0200
Subject: skiller-simulator: fix misplaced include header guards

 src/plugins/skiller-simulator/exec_thread.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

_Diff for modified files_:
diff --git a/src/plugins/skiller-simulator/exec_thread.h 
b/src/plugins/skiller-simulator/exec_thread.h
index 723513cbc..03a7d42cd 100644
--- a/src/plugins/skiller-simulator/exec_thread.h
+++ b/src/plugins/skiller-simulator/exec_thread.h
@@ -19,9 +19,7 @@
  */
 
 #ifndef _PLUGINS_SKILLER_SIMULATOR_EXEC_THREAD_H_
-#      define _PLUGINS_SKILLER_SIMULATOR_EXEC_THREAD_H_
-
-#endif /* !_PLUGINS_SKILLER_SIMULATOR_EXEC_THREAD_H_ */
+#define _PLUGINS_SKILLER_SIMULATOR_EXEC_THREAD_H_
 
 #include <aspect/blackboard.h>
 #include <aspect/blocked_timing.h>
@@ -57,3 +55,5 @@ private:
        double                    skill_runtime_;
        fawkes::Time              skill_starttime_;
 };
+
+#endif /* !_PLUGINS_SKILLER_SIMULATOR_EXEC_THREAD_H_ */



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to