[Scummvm-cvs-logs] CVS: scummvm/backends/morphos morphos.cpp,1.46,1.47 morphos_scaler.cpp,1.7,1.8 morphos_scaler.h,1.3,1.4 morphos_sound.cpp,1.10,1.11 morphos_timer.cpp,1.14,1.15

Eugene Sandulenko sev at users.sourceforge.net
Sat Jul 30 14:14:57 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/morphos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9428/backends/morphos

Modified Files:
	morphos.cpp morphos_scaler.cpp morphos_scaler.h 
	morphos_sound.cpp morphos_timer.cpp 
Log Message:
Remove trailing whitespaces.


Index: morphos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- morphos.cpp	24 Jun 2005 16:00:11 -0000	1.46
+++ morphos.cpp	30 Jul 2005 21:10:53 -0000	1.47
@@ -277,7 +277,7 @@
 {
 	*req = NULL;
 	const char *err_msg = NULL;
-	
+
 	*port = CreateMsgPort();
 	if (*port)
 	{
@@ -601,7 +601,7 @@
 		CloseScreen(ScummScreen);
 		ScummScreen = NULL;
 	}
-	
+
 	ScummScrWidth  = ScummBufferWidth << ScummScale;
 	ScummScrHeight = ScummBufferHeight << ScummScale;
 
@@ -976,7 +976,7 @@
 	{
 		InputEvent* 	 FakeIE;
 		IEPointerPixel* NewPixel;
-	
+
 		/*
 		 * Fake a mousemove input event
 		 */
@@ -1476,7 +1476,7 @@
 	 * Allocate image buffer
 	 */
 	ScummBuffer = AllocVec(w*h, MEMF_CLEAR);
-	
+
 	if (ScummBuffer == NULL)
 	{
 		puts("Couldn't allocate image buffer");
@@ -1484,7 +1484,7 @@
 	}
 
 	OvlSavedBuffer = AllocVec(w*h, MEMF_CLEAR);
-	
+
 	if (OvlSavedBuffer == NULL)
 	{
 		FreeVec(ScummBuffer);

Index: morphos_scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_scaler.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- morphos_scaler.cpp	24 Jun 2005 16:00:11 -0000	1.7
+++ morphos_scaler.cpp	30 Jul 2005 21:10:54 -0000	1.8
@@ -86,7 +86,7 @@
 		pixfmt == PIXFMT_RGB16PC || pixfmt == PIXFMT_BGR16PC ||
 		pixfmt == PIXFMT_BGRA32)
 		ScummPCMode = true;
-	
+
 	colorMask = (MakeColor(pixfmt, 255, 0, 0) - minr) | (MakeColor(pixfmt, 0, 255, 0) - ming) | (MakeColor(pixfmt, 0, 0, 255) - minb);
 	lowPixelMask = minr | ming | minb;
 	qcolorMask = (MakeColor(pixfmt, 255, 0, 0) - 3*minr) | (MakeColor(pixfmt, 0, 255, 0) - 3*ming) | (MakeColor(pixfmt, 0, 0, 255) - 3*minb);

Index: morphos_scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_scaler.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- morphos_scaler.h	1 Jan 2005 16:08:47 -0000	1.3
+++ morphos_scaler.h	30 Jul 2005 21:10:54 -0000	1.4
@@ -59,7 +59,7 @@
 		uint32 dest_pitch;
 		uint32 dest_pixfmt;
 		APTR handle;
-		
+
 		uint32 colorMask;
 		uint32 lowPixelMask;
 		uint32 qcolorMask;

Index: morphos_sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_sound.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- morphos_sound.cpp	24 Jun 2005 16:00:11 -0000	1.10
+++ morphos_sound.cpp	30 Jul 2005 21:10:54 -0000	1.11
@@ -209,7 +209,7 @@
 					WaitIO((IORequest *) req);
 
 				syst->fill_sound((byte *) ahiBuf[ahiCurBuf], AHI_BUF_SIZE);
-	
+
 				req->ahir_Std.io_Message.mn_Node.ln_Pri = 0;
 				req->ahir_Std.io_Command = CMD_WRITE;
 				req->ahir_Std.io_Data    = ahiBuf[ahiCurBuf];

Index: morphos_timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_timer.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- morphos_timer.cpp	24 Jun 2005 16:00:11 -0000	1.14
+++ morphos_timer.cpp	30 Jul 2005 21:10:54 -0000	1.15
@@ -120,7 +120,7 @@
 		signals = Wait(signal_mask);
 
 		GetSysTime(&start_callback);
-		
+
 		if (signals & port_bit)
 		{
 			TimerServiceMessage *tmsg;





More information about the Scummvm-git-logs mailing list