Add extra newline to separate include/macro/code, NFC - csvtofsv - Convert CSV … | |
hg clone https://bitbucket.org/iamleot/csvtofsv | |
Log | |
Files | |
Refs | |
README | |
--- | |
changeset 96d6468b83faa5574a7ad709c84d3ec3480ba6f3 | |
parent 2a984e480129d20c8d32a5fe8fe7cc99cff048a4 | |
Author: Leonardo Taccari <[email protected]> | |
Date: Thu, 27 Jun 2019 01:34:42 | |
Add extra newline to separate include/macro/code, NFC | |
Diffstat: | |
csvtofsv.c | 2 ++ | |
1 files changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff -r 2a984e480129 -r 96d6468b83fa csvtofsv.c | |
--- a/csvtofsv.c Wed Jun 26 16:16:29 2019 +0200 | |
+++ b/csvtofsv.c Thu Jun 27 01:34:42 2019 +0200 | |
@@ -29,9 +29,11 @@ | |
#include <stdbool.h> | |
#include <stdio.h> | |
+ | |
#define FS 034 | |
#define RS 036 | |
+ | |
int | |
main(int argc, char *argv[]) | |
{ |