commit 65d2f1d49321cd67ca2d088838823ae3bcd42cbd parent 9a4e63e526e0f6078fc85768b788547997f34097 Author: aabacchus <ben@bvnf.space> Date: Sat, 2 Oct 2021 23:56:03 +0100 csv.h: tab indentation Diffstat:
M | csv.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/csv.h b/csv.h @@ -2,9 +2,9 @@ #define _CSV_H struct csv { - int cols, rows; - char **headers; /* array of strings */ - float **data; /* array of arrays of floats */ + int cols, rows; + char **headers; /* array of strings */ + float **data; /* array of arrays of floats */ }; struct csv *