ソースを参照

trivial: remove trailing whitespace

Emmanuel Deloget 12 年 前
コミット
5664cb29e1
1 ファイル変更1 行追加1 行削除
  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);