mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 11:47:40 +00:00
Add make format to format code.
A consistent style should help with contributors and readability. We use astyle as the formatter as can make a pretty good approximation of the current style and my preferred style. Astyle can be found at http://astyle.sourceforge.net/astyle.html
This commit is contained in:
@@ -86,9 +86,9 @@ int main(int argc, const char **argv) {
|
||||
lineIndex = 0;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Write the tail */
|
||||
/* Write the tail */
|
||||
fputs("\n};\n\n", out);
|
||||
|
||||
fprintf(out, "const unsigned char *%s = bytes_%s;\n\n", argv[3], argv[3]);
|
||||
|
Reference in New Issue
Block a user