]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
fix indentation
authorPrashanth Mundkur <prashanth.mundkur@citrix.com>
Mon, 4 May 2009 02:17:04 +0000 (19:17 -0700)
committerPrashanth Mundkur <prashanth.mundkur@citrix.com>
Mon, 4 May 2009 17:57:02 +0000 (10:57 -0700)
gen/json_conv/codegen.ml

index cbb0ab9d7bbc711278d3af61de228961bafb89e9..c6ea682542e79379e0f70312f14a4d5aa206d3c0 100644 (file)
@@ -94,8 +94,8 @@ end
 let verbose = ref false
 
 let dbg =
-  let logger s = if !verbose then Printf.printf "%s" s in
-  Printf.ksprintf logger
+       let logger s = if !verbose then Printf.printf "%s" s in
+       Printf.ksprintf logger
 
 module Pragma = struct
        exception Missing_prefix of string * string