Skip to content

Commit

Permalink
IO_Occ: fix some indention
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Oct 17, 2024
1 parent ea757f7 commit 3b979b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/io_occ/io_occ_step.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ class OccStepReader : public Reader {
CP_1257, // Baltic
CP_1258, // Vietnamese
// ISO8859 8-bit code pages
ISO_8859_1, //Western European
ISO_8859_2, //Central European
ISO_8859_3, //Turkish
ISO_8859_4, //Northern European
ISO_8859_5, //Cyrillic
ISO_8859_6, //Arabic
ISO_8859_7, //Greek
ISO_8859_8, //Hebrew
ISO_8859_1, // Western European
ISO_8859_2, // Central European
ISO_8859_3, // Turkish
ISO_8859_4, // Northern European
ISO_8859_5, // Cyrillic
ISO_8859_6, // Arabic
ISO_8859_7, // Greek
ISO_8859_8, // Hebrew
ISO_8859_9, // Turkish
#endif
};
Expand Down

0 comments on commit 3b979b6

Please sign in to comment.