[Scummvm-cvs-logs] scummvm master -> 106253b8b9a2ff1e764cd8bfc4871141664eeb35

dhewg dhewg at wiibrew.org
Fri Feb 18 21:33:27 CET 2011


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:
106253b8b9 ANDROID: Formatting


Commit: 106253b8b9a2ff1e764cd8bfc4871141664eeb35
    https://github.com/scummvm/scummvm/commit/106253b8b9a2ff1e764cd8bfc4871141664eeb35
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-02-18T12:32:37-08:00

Commit Message:
ANDROID: Formatting

and hoping for buildbot to pick up the toolchain now

Changed paths:
    backends/platform/android/android.cpp



diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index 07fb1d5..fb004be 100644
--- a/backends/platform/android/android.cpp
+++ b/backends/platform/android/android.cpp
@@ -128,7 +128,7 @@ static inline T scalef(T in, float numerator, float denominator) {
 }
 
 static inline GLfixed xdiv(int numerator, int denominator) {
-	assert(numerator < (1<<16));
+	assert(numerator < (1 << 16));
 	return (numerator << 16) / denominator;
 }
 






More information about the Scummvm-git-logs mailing list