summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-26 17:58:27 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-26 19:15:44 +0000
commitacc19a202faad8fb6cbc576b8f4d906ee80e6e16 (patch)
tree6244c8a8532a4e653f5cbe65ad2b71c3c2363219 /other
parent473cde24d81526bb23ae1c535be590f53078f2f4 (diff)
Format crypto_core.c.
Changes: * 100 columns maximum (not strict, can be a bit more sometimes). * No space after cast.
Diffstat (limited to 'other')
-rwxr-xr-xother/astyle/format-source1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index 550bcf07..245fd8cd 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -50,6 +50,7 @@ if grep '<unresolved>' */*.h; then
50fi 50fi
51 51
52CC_SOURCES=`find . '(' -name '*.cc' ')'` 52CC_SOURCES=`find . '(' -name '*.cc' ')'`
53CC_SOURCES="$CC_SOURCES toxcore/crypto_core.c"
53CC_SOURCES="$CC_SOURCES toxcore/ping_array.c" 54CC_SOURCES="$CC_SOURCES toxcore/ping_array.c"
54 55
55for bin in clang-format-6.0 clang-format-5.0 clang-format; do 56for bin in clang-format-6.0 clang-format-5.0 clang-format; do