Rename C++ header files to .hpp
[lttng-tools.git] / src / common / string-utils / string-utils.cpp
index 8e6a76adc4ca097940a8d4c1600357dee4e86353..5cfcef2566fec7f3bf5173eb176ddab8cf1735d5 100644 (file)
@@ -15,8 +15,8 @@
 #include <errno.h>
 #include <stdarg.h>
 
-#include "string-utils.h"
-#include "../macros.h"
+#include "string-utils.hpp"
+#include "../macros.hpp"
 
 enum star_glob_pattern_type_flags {
        STAR_GLOB_PATTERN_TYPE_FLAG_NONE = 0,
@@ -66,7 +66,7 @@ void strutils_normalize_star_glob_pattern(char *pattern)
                                goto end;
                        }
 
-                       /* Fall through default case. */
+                       /* fall through */
                default:
                        got_star = false;
                        break;
This page took 0.022952 seconds and 4 git commands to generate.