diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 17:37:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 17:37:39 +0900 |
commit | 098454da6440afa21c77fd8e0a9367acac2ec9df (patch) | |
tree | 8c057f38df10156daa44851575a3ba030706acf2 /src/number.h | |
parent | c127e512b37f1d86e1b2198f46f01b2efd984b3c (diff) | |
download | abakus-098454da6440afa21c77fd8e0a9367acac2ec9df.tar.gz abakus-098454da6440afa21c77fd8e0a9367acac2ec9df.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/number.h')
-rw-r--r-- | src/number.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/number.h b/src/number.h index c7d07ac..cd60b03 100644 --- a/src/number.h +++ b/src/number.h @@ -165,5 +165,3 @@ _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int), #endif #endif - -// vim: set et sw=2 ts=8: |