cooling-type: Remove vim modeline lines
There's no need for editor settings in source files.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ic9fd851d9940b632f18213a1d9066a44ad8bf08b
diff --git a/cooling-type/cooling_type.cpp b/cooling-type/cooling_type.cpp
index 3b83bec..774d389 100644
--- a/cooling-type/cooling_type.cpp
+++ b/cooling-type/cooling_type.cpp
@@ -117,4 +117,3 @@
} // namespace type
} // namespace cooling
} // namespace phosphor
-// vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/cooling-type/cooling_type.hpp b/cooling-type/cooling_type.hpp
index 215f9cf..a5a9ef1 100644
--- a/cooling-type/cooling_type.hpp
+++ b/cooling-type/cooling_type.hpp
@@ -92,5 +92,3 @@
} // namespace type
} // namespace cooling
} // namespace phosphor
-
-// vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/cooling-type/main.cpp b/cooling-type/main.cpp
index 402e632..3409210 100644
--- a/cooling-type/main.cpp
+++ b/cooling-type/main.cpp
@@ -98,5 +98,3 @@
return rc;
}
-
-// vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4