Browse Source

trivial: remove trailing whitespace

Emmanuel Deloget 12 years ago
parent
commit
5664cb29e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clish/shell/shell_xml.c

+ 1 - 1
clish/shell/shell_xml.c

@@ -686,7 +686,7 @@ process_namespace(clish_shell_t * shell, clish_xmlnode_t * element, void *parent
 	assert(ref_view);
 
 	/* Don't include itself without prefix */
-	if ((ref_view == v) && !prefix) 
+	if ((ref_view == v) && !prefix)
 		goto process_namespace_end;
 
 	nspace = clish_nspace_new(ref_view);