[Scummvm-cvs-logs] SF.net SVN: scummvm:[49276] tools/branches/gsoc2010-decompiler/decompiler/ test/disassembler_test.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri May 28 01:05:31 CEST 2010


Revision: 49276
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49276&view=rev
Author:   lordhoto
Date:     2010-05-27 23:05:30 +0000 (Thu, 27 May 2010)

Log Message:
-----------
Replace some incorrect tab use with whitespaces.

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h	2010-05-27 22:42:31 UTC (rev 49275)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h	2010-05-27 23:05:30 UTC (rev 49276)
@@ -28,7 +28,7 @@
 class DisassemblerTestSuite : public CxxTest::TestSuite {
 public:
 	void testDisassembly() {
-		try	{
+		try {
 			PasCDisassembler p;
 			p.open("decompiler/test/hanoi20.pasb");
 			std::vector<Instruction> insts = p.disassemble();
@@ -40,7 +40,7 @@
 		} catch (UnknownOpcodeException &uoe) {
 			printf("Exception message: %s\n",uoe.what());
 			TS_ASSERT(false);
-		}	catch (std::exception &ex) {
+		} catch (std::exception &ex) {
 			printf("Exception message: %s\n",ex.what());
 			TS_ASSERT(false);
 		}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list