Skip to content

Commit

Permalink
Fix indentation in c extension
Browse files Browse the repository at this point in the history
Applied the GNU C coding convention to most files in the c extension.

The following settings were used with vim:

setlocal cindent
setlocal cinoptions=>4,n-2,{2,^-2,:2,=2,g0,h2,p5,t0,+2,(0,u0,w1,m1
setlocal sw=2
setlocal sts=2
setlocal tw=79
setlocal fo-=ro fo +=cql
  • Loading branch information
yeganer committed Feb 12, 2016
1 parent dc73b44 commit 7bdc93f
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 365 deletions.
Loading

0 comments on commit 7bdc93f

Please sign in to comment.