[Scummvm-git-logs] scummvm master -> 976d31be6869e9b6e2cd1c941ed0f6aaabf6f12c
bonki
bonki at users.noreply.github.com
Wed Mar 21 16:50:14 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
976d31be68 JANITORIAL: Fix indentation
Commit: 976d31be6869e9b6e2cd1c941ed0f6aaabf6f12c
https://github.com/scummvm/scummvm/commit/976d31be6869e9b6e2cd1c941ed0f6aaabf6f12c
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-21T16:49:10+01:00
Commit Message:
JANITORIAL: Fix indentation
Changed paths:
engines/tucker/tucker.h
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index 2a07348..4cb427f 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -110,10 +110,10 @@ enum VerbPreposition {
};
enum Part {
- kPartInit = 0,
- kPartOne = 1,
- kPartTwo = 2,
- kPartThree = 3
+ kPartInit = 0,
+ kPartOne = 1,
+ kPartTwo = 2,
+ kPartThree = 3
};
enum Location {
More information about the Scummvm-git-logs
mailing list