[PATCH] White space cleanup



Hello,

While hacking on something else, I noticed this small glitch in white
space distribution in the GDB/MI parsing code.  Fixed thus, applying to
the master branch.

	* src/dbgengine/nmv-gdbmi-parser.cc
	(GDBMIParser::skip_output_record): Fix white space.
---
 src/dbgengine/nmv-gdbmi-parser.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/dbgengine/nmv-gdbmi-parser.cc b/src/dbgengine/nmv-gdbmi-parser.cc
index 70f1521..0076e92 100644
--- a/src/dbgengine/nmv-gdbmi-parser.cc
+++ b/src/dbgengine/nmv-gdbmi-parser.cc
@@ -1719,7 +1719,7 @@ GDBMIParser::parse_output_record (UString::size_type a_from,
 /// stream before.
 bool
 GDBMIParser::skip_output_record (UString::size_type a_from,
-				 UString::size_type &a_to)
+                                 UString::size_type &a_to)
 {
     LOG_FUNCTION_SCOPE_NORMAL_D (GDBMI_PARSING_DOMAIN);
     UString::size_type cur = a_from;
-- 
		Dodji


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