From e98c14c3d7d790f6ba77ab4d4925b608c55e2e22 Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Tue, 22 May 2018 11:58:02 +0300 Subject: PINK: fix formatting --- engines/pink/detection_tables.h | 42 ++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) (limited to 'engines/pink/detection_tables.h') 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 }; -- cgit v1.2.3