Fix: remove # in front on extern "C" {
[lttng-ust.git] / doc / examples / easy-ust / sample_component_provider.h
index eefac0e6d8bf52c1094328913ede53e4c9a5d351..764a916130231cedda143d874df9396650da6980 100644 (file)
@@ -47,8 +47,8 @@
  * works in c++. 
  */
 #ifdef __cplusplus
-#extern "C"{
-#endif /*__cplusplus */
+extern "C" {
+#endif /* __cplusplus */
 
 /*
  * Add this precompiler conditionals to ensure the tracepoint event generation
@@ -140,4 +140,4 @@ TRACEPOINT_LOGLEVEL(
  */
 #ifdef __cplusplus
 }
-#endif /*__cplusplus */
+#endif /* __cplusplus */
This page took 0.026867 seconds and 4 git commands to generate.