[PATCH 1/2] Minor Style cleanup



Hello,

This is a minor style cleanup patch that I am applying to master.

	* 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);
         }
-- 
		Dodji


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