From 3d994ca1d4861977ee7ad3f3f2b398c5fca6ea33 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 14 Nov 2014 17:04:36 -0500 Subject: [PATCH] README.md: fix C snippet indentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ); ``` -- 2.34.1