summaryrefslogtreecommitdiff
path: root/src/table/cargo_const.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-10-04 20:51:50 +0000
committersmatz <smatz@openttd.org>2009-10-04 20:51:50 +0000
commit6c7f8fc8b4974a4546190d5c2e9abcdfa74f9382 (patch)
tree4b8b5d77d47b5e40e078db1d7862680ecdd69b39 /src/table/cargo_const.h
parentb243f6ca9761d75d3e5e957aa02a29500021b7d3 (diff)
downloadopenttd-6c7f8fc8b4974a4546190d5c2e9abcdfa74f9382.tar.xz
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
Diffstat (limited to 'src/table/cargo_const.h')
-rw-r--r--src/table/cargo_const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/cargo_const.h b/src/table/cargo_const.h
index 410713f11..686251580 100644
--- a/src/table/cargo_const.h
+++ b/src/table/cargo_const.h
@@ -10,7 +10,7 @@
/** @file cargo_const.h Table of all default cargo types */
#define MK(bt, label, c, e, f, g, h, fr, te, ks1, ks2, ks3, ks4, ks5, l, m) \
- {bt, label, c, c, e, f, {g, h}, fr, te, 0, 0, ks1, ks2, ks3, ks4, ks5, l, m, NULL, NULL, 0}
+ {bt, label, c, c, e, f, {g, h}, fr, te, 0, 0, ks1, ks2, ks3, ks4, ks5, l, m, NULL, NULL, 0}
static const CargoSpec _default_cargo[] = {
MK( 0, 'PASS', 152, 1, 3185, 0, 24, false, TE_PASSENGERS,
STR_CARGO_PLURAL_PASSENGERS, STR_CARGO_SINGULAR_PASSENGER, STR_PASSENGERS, STR_QUANTITY_PASSENGERS, STR_ABBREV_PASSENGERS,