X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Ftp.c;h=00aba14a8dfe9926bb8bb6378d62d230442dbabf;hb=a60af3a5ee5d990c867ef190acfa81c180301ea2;hp=b46de6f37922d3be26add6f28dae08ecd3abb268;hpb=d2428e875af8666473fb689429eaf1022862510d;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"