From: Philippe Proulx Date: Fri, 14 Nov 2014 22:04:36 +0000 (-0500) Subject: README.md: fix C snippet indentation X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3d994ca1d4861977ee7ad3f3f2b398c5fca6ea33;p=deliverable%2Fbarectf.git README.md: fix C snippet indentation --- diff --git a/README.md b/README.md index 7ff7e97..e7a6308 100644 --- a/README.md +++ b/README.md @@ -819,12 +819,12 @@ function prototype: ```c int barectf_trace_my_event( - struct barectf_ctx* ctx, - uint32_t param_ef__a, - int16_t param_ef__b, - float param_ef__c, - const void* param_ef__d, - const char* param_ef__e + struct barectf_ctx* ctx, + uint32_t param_ef__a, + int16_t param_ef__b, + float param_ef__c, + const void* param_ef__d, + const char* param_ef__e ); ```