[nemiver] Minor Style cleanup



commit 49a0a2836ea039a8abd740e0a68bce3a9b50bb84
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun Jun 10 22:49:40 2012 +0200

    Minor Style cleanup
    
    	* src/dbgengine/nmv-i-debugger.h
    	(IDebugger::Variable::operator==): Space fixup.

 src/dbgengine/nmv-i-debugger.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dbgengine/nmv-i-debugger.h b/src/dbgengine/nmv-i-debugger.h
index 9bf6f05..711feb6 100644
--- a/src/dbgengine/nmv-i-debugger.h
+++ b/src/dbgengine/nmv-i-debugger.h
@@ -558,7 +558,7 @@ public:
             THROW ("fatal: should not be reached");
         }
 
-        bool operator == (const Variable &a_other) const
+        bool operator== (const Variable &a_other) const
         {
             return equals (a_other);
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]