aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection_tables.h
diff options
context:
space:
mode:
authorwhiterandrek2018-05-22 11:58:02 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commite98c14c3d7d790f6ba77ab4d4925b608c55e2e22 (patch)
tree00b613617132ce06f622054786f63ed8396db9ae /engines/pink/detection_tables.h
parentd7f09d4c3cbfca7472856ca5a3e14a8e55255451 (diff)
downloadscummvm-rg350-e98c14c3d7d790f6ba77ab4d4925b608c55e2e22.tar.gz
scummvm-rg350-e98c14c3d7d790f6ba77ab4d4925b608c55e2e22.tar.bz2
scummvm-rg350-e98c14c3d7d790f6ba77ab4d4925b608c55e2e22.zip
PINK: fix formatting
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r--engines/pink/detection_tables.h42
1 files changed, 23 insertions, 19 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index e14e8895ac..5a9f27af46 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -29,27 +29,31 @@ 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)
+ "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)
+ "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
};