diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1db02dd4e3c0500d3a15e429c7cfe7748ffcd026..c03f6893faf12db3f5178a420f44c280847a2fdd 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,19 +3,17 @@
-
-
-
+
-
-
+
+
@@ -26,33 +24,34 @@
-
+
+
-
-
+
+
-
-
+
-
-
+
+
+
@@ -60,43 +59,42 @@
-
+
-
-
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
+
+
-
+
@@ -104,25 +102,27 @@
-
+
-
+
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -132,9 +132,6 @@
-
-
-
@@ -149,18 +146,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -173,8 +158,8 @@
-
-
+
+
@@ -185,8 +170,8 @@
-
-
+
+
@@ -221,18 +206,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -242,18 +215,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -301,7 +262,7 @@
-
+
@@ -371,20 +332,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1171,7 +1118,7 @@
-
+
@@ -1433,8 +1380,8 @@
-
-
+
+
@@ -1443,8 +1390,8 @@
-
-
+
+
diff --git a/src/point_processing_node_student/main.cpp b/src/point_processing_node_student/main.cpp
index f4d919e298d69f2e2eaac16a457ca756669ebaa8..7057d918af8b85117b5cdc5ba1d8b21608c2698d 100644
--- a/src/point_processing_node_student/main.cpp
+++ b/src/point_processing_node_student/main.cpp
@@ -25,7 +25,7 @@ void callback(CloudRGBA::ConstPtr msgPtr) {
ROS_INFO("Received a cloud with %i points", msgPtr->size());
-
+ // newline
pcl::VoxelGrid voxelFilter;
voxelFilter.setInputCloud (msgPtr);