aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.erl
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2012-02-09 13:20:23 -0500
committerBrian Cully <bjc@kublai.com>2012-02-09 13:20:23 -0500
commit15f39a3daaf5d128b2be9fb02c1a5e932af02d68 (patch)
tree9a2f260c689ef8e5f41918c1447d9853b6155fe1 /src/mysqlerl.erl
parent38aafd74afeec8092b6329ac80e9bd2ecc69fb79 (diff)
downloadmysqlerl-15f39a3daaf5d128b2be9fb02c1a5e932af02d68.tar.gz
mysqlerl-15f39a3daaf5d128b2be9fb02c1a5e932af02d68.zip
Convert tabs to spaces.
Diffstat (limited to 'src/mysqlerl.erl')
-rw-r--r--src/mysqlerl.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysqlerl.erl b/src/mysqlerl.erl
index 0f9e77e..d6a3cf6 100644
--- a/src/mysqlerl.erl
+++ b/src/mysqlerl.erl
@@ -52,7 +52,7 @@ commit(Ref, rollback, Timeout) ->
{num_rows, _} -> ok;
Other -> Other
end.
-
+
%% Arguments:
%% Host = string()
%% Port = integer()