Skip to content

Commit

Permalink
Some indentation adapations
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Jan 20, 2016
1 parent 0010458 commit 24773aa
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/import-export/csv-imp/gnc-csv-model.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,18 @@
* columns that can exist in a CSV/Fixed-Width file. There should be
* no two columns with the same type except for the GNC_CSV_NONE
* type. */
enum GncCsvColumnType {GNC_CSV_NONE,
GNC_CSV_DATE,
GNC_CSV_NUM,
GNC_CSV_DESCRIPTION,
GNC_CSV_NOTES,
GNC_CSV_ACCOUNT,
GNC_CSV_DEPOSIT,
GNC_CSV_WITHDRAWAL,
GNC_CSV_BALANCE,
GNC_CSV_NUM_COL_TYPES
};
enum GncCsvColumnType {
GNC_CSV_NONE,
GNC_CSV_DATE,
GNC_CSV_NUM,
GNC_CSV_DESCRIPTION,
GNC_CSV_NOTES,
GNC_CSV_ACCOUNT,
GNC_CSV_DEPOSIT,
GNC_CSV_WITHDRAWAL,
GNC_CSV_BALANCE,
GNC_CSV_NUM_COL_TYPES
};

/** Enumeration for error types. These are the different types of
* errors that various functions used for the CSV/Fixed-Width importer
Expand Down

0 comments on commit 24773aa

Please sign in to comment.