X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Ftp.c;h=00aba14a8dfe9926bb8bb6378d62d230442dbabf;hb=85b4ad5854c5ca958482cfaec1b3875f7db72a67;hp=b46de6f37922d3be26add6f28dae08ecd3abb268;hpb=9376394f08232d19fff187d1202233d265401f04;p=lttng-ust.git diff --git a/doc/examples/easy-ust/tp.c b/doc/examples/easy-ust/tp.c index b46de6f3..00aba14a 100644 --- a/doc/examples/easy-ust/tp.c +++ b/doc/examples/easy-ust/tp.c @@ -25,9 +25,9 @@ /* * Defining macro creates the code objects of the traceprobes, only do * it once per file - */ + */ #define TRACEPOINT_CREATE_PROBES /* - * The header containing our TRACEPOINT_EVENTs. + * The header containing our TRACEPOINT_EVENTs. */ #include "sample_component_provider.h"