Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thelema committed May 23, 2010
1 parent b7f2f05 commit 4de911d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/packdoc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ struct
(l: 'b list ) =
let rec aux out l = match l with
| [] -> ()
| [h] -> p out h
| h::t -> fprintf out "%a%s%a" p h separate aux t
| [h] -> p out h
| h::t -> fprintf out "%a%s%a" p h separate aux t
in fprintf out "%s%a%s" start aux l finish
end

Expand Down

0 comments on commit 4de911d

Please sign in to comment.