Normalize C/C++ include guards
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_error.i.h
index 78eeb28ae5e9d39a8c1aecb724e0544bf8e5e61e..5e542d17ed577444eb095d9412e6cb9216de6f6c 100644 (file)
@@ -4,6 +4,9 @@
  * Copyright (c) 2019 Efficios, Inc.
  */
 
+#ifndef BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_ERROR_I_H
+#define BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_ERROR_I_H
+
 #include <string-format/format-error.h>
 
 static
@@ -41,3 +44,5 @@ PyObject *bt_bt2_format_bt_error(const bt_error *error)
 
        return py_error_str;
 }
+
+#endif /* BABELTRACE_BINDINGS_PYTHON_BT2_BT2_NATIVE_BT_ERROR_I_H */
This page took 0.024362 seconds and 4 git commands to generate.