Skip to content

Commit

Permalink
Reformat using shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lassik committed Apr 16, 2019
1 parent 17c6cd5 commit 8224aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ tab_width = 8
[*.c]
indent_size = 8
indent_style = tab

[*.sh]
indent_size = 8
indent_style = tab
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -eux
${CC:-clang} -Wall -Wextra -pedantic -std=c99 -c shm_open_anon.c
${CC:-clang} -Wall -Wextra -pedantic -std=c99 -c test_shared.c
${CC:-clang} -Wall -Wextra -pedantic -std=c99 \
-o test_shared shm_open_anon.c test_shared.c
-o test_shared shm_open_anon.c test_shared.c

0 comments on commit 8224aad

Please sign in to comment.