[MINOR: some whitespace issues.
argot@x9c.fr**20111102160606
Ignore-this: c17fb64bca51920300ff3820a8bd9c00
] hunk ./src/main.ml 112
- | "image" ->
- let filename = self#trimmed_string_of_text text in
- let basename = Filename.basename filename in
- let contents = Base64.encode_file filename in
- add "
"
- | "fold" ->
- let id = string_of_int next_fold_id in
- next_fold_id <- succ next_fold_id;
- let text = Printf.sprintf "%S" (self#trimmed_string_of_text text) in
- add "\n";
- add ("...\n");
- add ("
\n");
- add "
\n"
- | _ -> super#html_of_custom_text buff start text
+ | "image" ->
+ let filename = self#trimmed_string_of_text text in
+ let basename = Filename.basename filename in
+ let contents = Base64.encode_file filename in
+ add "
"
+ | "fold" ->
+ let id = string_of_int next_fold_id in
+ next_fold_id <- succ next_fold_id;
+ let text = Printf.sprintf "%S" (self#trimmed_string_of_text text) in
+ add "\n";
+ add ("...\n");
+ add ("\n");
+ add "
\n"
+ | _ -> super#html_of_custom_text buff start text
hunk ./src/utils.mli 38
+
hunk ./src/utils.mli 42
-(** [write_lines filename lines] writes the lines from [lines] to the file
+(** [write_lines filename lines] writes the strings from [lines] to the file
hunk ./src/utils.mli 44
+