X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tools%2Flttng-gen-tp;h=d54559a0405444d5184d3dbe8bdfa154db5c597b;hb=9cc0a74872a3aa091faba829e54eeb204e68085f;hp=03a85fcb4e6a7cb63e8172cce6f6bc8f03db1d27;hpb=02db712565d384aef3270ce9e0868810397e8bf1;p=lttng-ust.git diff --git a/tools/lttng-gen-tp b/tools/lttng-gen-tp index 03a85fcb..d54559a0 100755 --- a/tools/lttng-gen-tp +++ b/tools/lttng-gen-tp @@ -35,8 +35,8 @@ class HeaderFile: #define TRACEPOINT_INCLUDE_FILE ./{headerFilename} #ifdef __cplusplus -#extern "C"{{ -#endif /*__cplusplus */ +extern "C"{{ +#endif /* __cplusplus */ #if !defined({includeGuard}) || defined(TRACEPOINT_HEADER_MULTI_READ) @@ -52,7 +52,7 @@ class HeaderFile: #ifdef __cplusplus }} -#endif /*__cplusplus */ +#endif /* __cplusplus */ """ def __init__(self, filename, template):