소스 검색

[cs] minor whitespace fix

Dan Korostelev 11 년 전
부모
커밋
010dafddd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gencs.ml

+ 1 - 1
gencs.ml

@@ -1858,7 +1858,7 @@ let configure gen =
 											(match super_call with
 												| None -> ()
 												| Some sc ->
-													write w " : ";
+													write w ": ";
 													let t = Common.timer "expression to string" in
 													expr_s w sc;
 													t()