[Scummvm-cvs-logs] SF.net SVN: scummvm:[51842] tools/branches/gsoc2010-decompiler/decompiler/ kyra/disassembler.h

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Sat Aug 7 23:25:10 CEST 2010


Revision: 51842
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51842&view=rev
Author:   pidgeot
Date:     2010-08-07 21:25:10 +0000 (Sat, 07 Aug 2010)

Log Message:
-----------
DECOMPILER: Formatting fixes.

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.h	2010-08-07 21:01:31 UTC (rev 51841)
+++ tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.h	2010-08-07 21:25:10 UTC (rev 51842)
@@ -47,7 +47,7 @@
  * Container for data on built-in functions.
  */
 struct FunctionData {
-  std::string _name;     ///< The name of the function.
+	std::string _name;     ///< The name of the function.
 	std::string _metadata; ///< Metadata for the function.
 
 	/**
@@ -77,10 +77,10 @@
 	IFF_ID _formType;     ///< File type as listed in the IFF formatted file.
 	IFFChunk _textChunk;  ///< Contents of the TEXT chunk.
 	IFFChunk _ordrChunk;  ///< Contents of the ORDR chunk.
-  IFFChunk _dataChunk;  ///< Contents of the DATA chunk.
+	IFFChunk _dataChunk;  ///< Contents of the DATA chunk.
 	Engine *_engine;      ///< Pointer to the Kyra::Engine used for this script.
 	uint32 _funcCount;    ///< Number of functions in the _funcs array.
-  FunctionData *_funcs; ///< Array of function data.
+	FunctionData *_funcs; ///< Array of function data.
 
 	/**
 	 * Sets up function data for Kyra2 functions.


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