Fixed indentation

This commit is contained in:
Maas-Maarten Zeeman
2012-10-28 08:14:21 +01:00
parent 768d4b198d
commit 6624096b93
4 changed files with 519 additions and 548 deletions

View File

@@ -22,14 +22,14 @@
%% low-level exports
-export([start/0,
open/4,
exec/4,
prepare/4,
step/3,
finalize/3,
bind/4,
column_names/3,
close/3
open/4,
exec/4,
prepare/4,
step/3,
finalize/3,
bind/4,
column_names/3,
close/3
]).
-on_load(init/0).