소스 검색

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);