[Scummvm-cvs-logs] SF.net SVN: scummvm:[38538] scummvm/trunk/engines/sci/engine/gc.h

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Thu Feb 19 09:44:53 CET 2009


Revision: 38538
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38538&view=rev
Author:   aquadran
Date:     2009-02-19 08:44:53 +0000 (Thu, 19 Feb 2009)

Log Message:
-----------
formating

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/gc.h

Modified: scummvm/trunk/engines/sci/engine/gc.h
===================================================================
--- scummvm/trunk/engines/sci/engine/gc.h	2009-02-19 08:43:28 UTC (rev 38537)
+++ scummvm/trunk/engines/sci/engine/gc.h	2009-02-19 08:44:53 UTC (rev 38538)
@@ -47,18 +47,15 @@
 // The reg_t_hash_map is actually really a hashset
 typedef Common::HashMap<reg_t, bool, reg_t_Hash, reg_t_EqualTo> reg_t_hash_map;
 
-
-reg_t_hash_map *
-find_all_used_references(state_t *s);
+reg_t_hash_map *find_all_used_references(state_t *s);
 /* Finds all used references and normalises them to their memory addresses
 ** Parameters: (state_t *) s: The state to gather all information from
 ** Returns   : (reg_t_hash_map *) A hash map containing entries for all used references
 */
 
-void
-run_gc(state_t *s);
+void run_gc(state_t *s);
 /* Runs garbage collection on the current system state
 ** Parameters: (state_t *) s: The state in which we should gc
 */
 
-#endif /* !defined(GC_H_) */
+#endif // !defined(GC_H_)


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