diff options
author | LAN-TW <lantw44@gmail.com> | 2013-12-07 19:44:12 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-12-07 19:44:12 +0800 |
commit | 5fac283e3f4fae867b8429174d26078a090d2e0d (patch) | |
tree | d234f04f0939fd1ea3187a31e39d3c62bb9e7318 /test-array.c | |
parent | dc258e02720308981a4f8a2e4848c582c1b71123 (diff) | |
download | l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.gz l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.zst l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.zip |
Change all tabs to spaces and add vim modeline
Diffstat (limited to 'test-array.c')
-rw-r--r-- | test-array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-array.c b/test-array.c index d2a4d20..7955b29 100644 --- a/test-array.c +++ b/test-array.c @@ -1,3 +1,4 @@ +/* vim: set sw=4 ts=4 sts=4 et: */ #undef NDEBUG #define _POSIX_C_SOURCE 200809L #include <l4array.h> |