aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection_tables.h
diff options
context:
space:
mode:
authorwhiterandrek2018-05-22 08:03:37 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit82974a9ce37aba6240f7c3543947631170f012c2 (patch)
tree6aeed5f5edfb1c758b2c18b8ac224bde40eaff8c /engines/pink/detection_tables.h
parent931d6adbcbbe063857814dc76886e9a967b2a4f3 (diff)
downloadscummvm-rg350-82974a9ce37aba6240f7c3543947631170f012c2.tar.gz
scummvm-rg350-82974a9ce37aba6240f7c3543947631170f012c2.tar.bz2
scummvm-rg350-82974a9ce37aba6240f7c3543947631170f012c2.zip
PINK: fix indentation
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r--engines/pink/detection_tables.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 5d31233719..e14e8895ac 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -28,30 +28,30 @@
namespace Pink {
static const ADGameDescription gameDescriptions[] = {
- {
- "peril",
- 0,{
- {"PPTP.ORB", NULL, NULL, -1},
- {"PPTP.BRO", NULL, NULL, -1},
- {"PPTP.EXE", NULL, NULL, -1},
- AD_LISTEND},
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
- },
- {
- "pokus",
- 0, {
- {"HPP.orb", NULL, NULL, -1},
- {"hpp.exe", NULL, NULL, -1},
- AD_LISTEND},
- Common::EN_ANY,
- Common::kPlatformWindows,
- ADGF_UNSTABLE,
- GUIO1(GUIO_NONE)
- },
- AD_TABLE_END_MARKER
+ {
+ "peril",
+ 0,{
+ {"PPTP.ORB", NULL, NULL, -1},
+ {"PPTP.BRO", NULL, NULL, -1},
+ {"PPTP.EXE", NULL, NULL, -1},
+ AD_LISTEND},
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "pokus",
+ 0, {
+ {"HPP.orb", NULL, NULL, -1},
+ {"hpp.exe", NULL, NULL, -1},
+ AD_LISTEND},
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+ AD_TABLE_END_MARKER
};
} // End of namespace Pink