From 282b96ddd9a84b740788c2358ec0f5fedafb7cc6 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 6 Jul 2009 00:33:50 +0000 Subject: trimmed trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791350 13f79535-47bb-0310-9956-ffa450edef68 --- test/couch_config_test.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/couch_config_test.erl') diff --git a/test/couch_config_test.erl b/test/couch_config_test.erl index faacd5fc..a02affc1 100644 --- a/test/couch_config_test.erl +++ b/test/couch_config_test.erl @@ -1,7 +1,7 @@ % couch_config module test suote % Set up test suite -% ?MODULE_test() returns a list of functions +% ?MODULE_test() returns a list of functions % that run the actual tests. couch_config_test() -> [ @@ -10,7 +10,7 @@ couch_config_test() -> % test functions - + store_strings() -> Filename = "test.ini", file:write_file(Filename, ""), @@ -26,7 +26,7 @@ store_strings() -> exit(Proc, kill), receive {'EXIT', Proc, _} -> ok end, - + % clean up file:delete(Filename), -- cgit v1.2.3