diff --git a/include/PandaUtil.h b/include/PandaUtil.h
index 5317889af6e2d9699c84ac02088330149a0b7c86..f6198e01725125cfb81f46d5c1738421581007ab 100644
--- a/include/PandaUtil.h
+++ b/include/PandaUtil.h
@@ -5,18 +5,15 @@
 #ifndef DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
 #define DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
 
-
-class PandaUtil {
-
- public:
-
+class PandaUtil
+{
+public:
   /**
    * Recover the panda robot from any error states
    * The behavior is describe in https://frankaemika.github.io/docs/franka_ros.html#franka-control
    * @return true if the recovery succeeded
    */
   static bool recoverFromErrors();
-
 };
 
-#endif //DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
+#endif  // DEMOPAPER_REAL_SRC_CCF_INCLUDE_CCF_UTIL_PANDAUTIL_H_
diff --git a/package.xml b/package.xml
index 5a8ff8f3a6ada6cf260c1904ad6490d2f890780b..9a55dcfdf2b57bb1709eb13fdba8f806537e932b 100644
--- a/package.xml
+++ b/package.xml
@@ -1,62 +1,62 @@
 <?xml version="1.0"?>
 <package format="2">
-  <name>panda_util</name>
-  <version>0.1.0</version>
-  <description>Utility methods for the Franka Emika Panda robot</description>
-
-  <!-- One maintainer tag required, multiple allowed, one person per tag -->
-  <!-- Example:  -->
-  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
-  <maintainer email="johannes.mey@tu-dresden.de">Johannes Mey</maintainer>
-
-
-  <!-- One license tag required, multiple allowed, one license per tag -->
-  <!-- Commonly used license strings: -->
-  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
-  <license>BSD</license>
-
-
-  <!-- Url tags are optional, but multiple are allowed, one per tag -->
-  <!-- Optional attribute type can be: website, bugtracker, or repository -->
-  <!-- Example: -->
-  <!-- <url type="website">http://wiki.ros.org/panda_util</url> -->
-
-
-  <!-- Author tags are optional, multiple are allowed, one per tag -->
-  <!-- Authors do not have to be maintainers, but could be -->
-  <!-- Example: -->
-  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
-  <author email="johannes.mey@tu-dresden.de">Johannes Mey</author>
-
-
-  <!-- The *depend tags are used to specify dependencies -->
-  <!-- Dependencies can be catkin packages or system dependencies -->
-  <!-- Examples: -->
-  <!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
-  <!--   <depend>roscpp</depend> -->
-  <!--   Note that this is equivalent to the following: -->
-  <!--   <build_depend>roscpp</build_depend> -->
-  <!--   <exec_depend>roscpp</exec_depend> -->
-  <!-- Use build_depend for packages you need at compile time: -->
-  <!--   <build_depend>message_generation</build_depend> -->
-  <!-- Use build_export_depend for packages you need in order to build against this package: -->
-  <!--   <build_export_depend>message_generation</build_export_depend> -->
-  <!-- Use buildtool_depend for build tool packages: -->
-  <!--   <buildtool_depend>catkin</buildtool_depend> -->
-  <!-- Use exec_depend for packages you need at runtime: -->
-  <!--   <exec_depend>message_runtime</exec_depend> -->
-  <!-- Use test_depend for packages you need only for testing: -->
-  <!--   <test_depend>gtest</test_depend> -->
-  <!-- Use doc_depend for packages you need only for building documentation: -->
-  <!--   <doc_depend>doxygen</doc_depend> -->
-  <buildtool_depend>catkin</buildtool_depend>
-  <depend>franka_control</depend>
-  <depend>franka_msgs</depend>
-
-
-  <!-- The export tag contains other, unspecified, tags -->
-  <export>
-    <!-- Other tools can request additional information be placed here -->
-
-  </export>
+    <name>panda_util</name>
+    <version>0.1.0</version>
+    <description>Utility methods for the Franka Emika Panda robot</description>
+
+    <!-- One maintainer tag required, multiple allowed, one person per tag -->
+    <!-- Example:  -->
+    <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
+    <maintainer email="johannes.mey@tu-dresden.de">Johannes Mey</maintainer>
+
+
+    <!-- One license tag required, multiple allowed, one license per tag -->
+    <!-- Commonly used license strings: -->
+    <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
+    <license>BSD</license>
+
+
+    <!-- Url tags are optional, but multiple are allowed, one per tag -->
+    <!-- Optional attribute type can be: website, bugtracker, or repository -->
+    <!-- Example: -->
+    <!-- <url type="website">http://wiki.ros.org/panda_util</url> -->
+
+
+    <!-- Author tags are optional, multiple are allowed, one per tag -->
+    <!-- Authors do not have to be maintainers, but could be -->
+    <!-- Example: -->
+    <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+    <author email="johannes.mey@tu-dresden.de">Johannes Mey</author>
+
+
+    <!-- The *depend tags are used to specify dependencies -->
+    <!-- Dependencies can be catkin packages or system dependencies -->
+    <!-- Examples: -->
+    <!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
+    <!--   <depend>roscpp</depend> -->
+    <!--   Note that this is equivalent to the following: -->
+    <!--   <build_depend>roscpp</build_depend> -->
+    <!--   <exec_depend>roscpp</exec_depend> -->
+    <!-- Use build_depend for packages you need at compile time: -->
+    <!--   <build_depend>message_generation</build_depend> -->
+    <!-- Use build_export_depend for packages you need in order to build against this package: -->
+    <!--   <build_export_depend>message_generation</build_export_depend> -->
+    <!-- Use buildtool_depend for build tool packages: -->
+    <!--   <buildtool_depend>catkin</buildtool_depend> -->
+    <!-- Use exec_depend for packages you need at runtime: -->
+    <!--   <exec_depend>message_runtime</exec_depend> -->
+    <!-- Use test_depend for packages you need only for testing: -->
+    <!--   <test_depend>gtest</test_depend> -->
+    <!-- Use doc_depend for packages you need only for building documentation: -->
+    <!--   <doc_depend>doxygen</doc_depend> -->
+    <buildtool_depend>catkin</buildtool_depend>
+    <depend>franka_control</depend>
+    <depend>franka_msgs</depend>
+
+
+    <!-- The export tag contains other, unspecified, tags -->
+    <export>
+        <!-- Other tools can request additional information be placed here -->
+
+    </export>
 </package>