projects
/
deliverable
/
barectf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8023d
)
README.md: fix C snippet indentation
author
Philippe Proulx
<eeppeliteloop@gmail.com>
Fri, 14 Nov 2014 22:04:36 +0000
(17:04 -0500)
committer
Philippe Proulx
<eeppeliteloop@gmail.com>
Fri, 14 Nov 2014 22:04:36 +0000
(17:04 -0500)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 7ff7e97a2f6f0c370af4f485a4e858ab1ab1d1af..e7a63081715c1fcecab17ec2f66ab254a1da2611 100644
(file)
--- 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
);
```
This page took
0.024763 seconds
and
4
git commands to generate.