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 17, 2016
1 parent c9de4b9 commit 87ef34a
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 378 deletions.
Loading

0 comments on commit 87ef34a

Please sign in to comment.