X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Fsample_component_provider.h;h=764a916130231cedda143d874df9396650da6980;hb=a4a9916ec83b43bd2ba0fb025706bcedc1deaaf4;hp=eefac0e6d8bf52c1094328913ede53e4c9a5d351;hpb=ed753eada1b7df1283246e0f4adbd50bd45e01dc;p=lttng-ust.git diff --git a/doc/examples/easy-ust/sample_component_provider.h b/doc/examples/easy-ust/sample_component_provider.h index eefac0e6..764a9161 100644 --- a/doc/examples/easy-ust/sample_component_provider.h +++ b/doc/examples/easy-ust/sample_component_provider.h @@ -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 */