Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Jan 3, 2014
1 parent 60e1d12 commit 641ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We ident with tabs to mark a different scope. For all other identation we use pl
```
static ret_t
dbslayer_add_headers (cherokee_handler_dbslayer_t *hdl,
< s p a c e s > cherokee_buffer_t *buffer)
< s p a c e s > cherokee_buffer_t <space> *buffer)
{
<tab> switch (HANDLER_DBSLAYER_PROPS(hdl)->lang) {
<tab> case dwriter_json:
Expand Down

0 comments on commit 641ff1c

Please sign in to comment.