[haiku-commits] r33511 - haiku/trunk/src/apps/debugger/model

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 11 Oct 2009 07:40:51 +0200 (CEST)

Author: bonefish
Date: 2009-10-11 07:40:51 +0200 (Sun, 11 Oct 2009)
New Revision: 33511
Changeset: http://dev.haiku-os.org/changeset/33511/haiku

Modified:
   haiku/trunk/src/apps/debugger/model/StackFrameValueInfos.h
Log:
Fixed typos and indentation.


Modified: haiku/trunk/src/apps/debugger/model/StackFrameValueInfos.h
===================================================================
--- haiku/trunk/src/apps/debugger/model/StackFrameValueInfos.h  2009-10-11 
05:37:51 UTC (rev 33510)
+++ haiku/trunk/src/apps/debugger/model/StackFrameValueInfos.h  2009-10-11 
05:40:51 UTC (rev 33511)
@@ -28,19 +28,19 @@
                                                                        const 
TypeComponentPath* path,
                                                                        Type** 
_type, ValueLocation** _location)
                                                                                
const;
-                                                                       // 
returns a references
+                                                                       // 
returns references
        inline  bool                            GetInfo(ObjectID* variable,
                                                                        const 
TypeComponentPath& path,
                                                                        Type** 
_type, ValueLocation** _location)
                                                                                
const;
-                                                                       // 
returns a references
+                                                                       // 
returns references
                        bool                            HasInfo(ObjectID* 
variable,
                                                                        const 
TypeComponentPath* path) const;
        inline  bool                            HasInfo(ObjectID* variable,
                                                                        const 
TypeComponentPath& path) const;
                        status_t                        SetInfo(ObjectID* 
variable,
-                                                                       
TypeComponentPath* path,
-                                                                       Type* 
type, ValueLocation* location);
+                                                                       
TypeComponentPath* path, Type* type,
+                                                                       
ValueLocation* location);
 
 private:
                        struct Key;


Other related posts:

  • » [haiku-commits] r33511 - haiku/trunk/src/apps/debugger/model - ingo_weinhold