From 15f39a3daaf5d128b2be9fb02c1a5e932af02d68 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 9 Feb 2012 13:20:23 -0500 Subject: Convert tabs to spaces. --- test/database.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/database.conf') diff --git a/test/database.conf b/test/database.conf index 61b208d..a9c0e90 100644 --- a/test/database.conf +++ b/test/database.conf @@ -1,10 +1,10 @@ %% -*- Erlang -*- {db_info, [{name, "mysqlerl_test"}, - {host, "localhost"}, - {port, undefined}, - {username, "root"}, - {password, undefined}, - {options, []}]}. + {host, "localhost"}, + {port, undefined}, + {username, "root"}, + {password, undefined}, + {options, []}]}. {insert_data, "INSERT INTO user (username, password) VALUES (bjc, MD5('test')), (siobain, MD5('test2'))"}. -- cgit v1.2.3