diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-06-25 04:57:42 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-06-25 04:57:42 +0000 |
commit | a85d922d4078b5a54c391759e79e9da6b0fb316f (patch) | |
tree | 2d77f5451c7d89ec01dd71f0dc628a8358887689 /src/couchdb/couch_config.erl | |
parent | 25d76bffa027c3d736791949c3b1355709b9531c (diff) |
Cleaning out tabs from source code. Purely whitespace diff.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@788258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_config.erl')
-rw-r--r-- | src/couchdb/couch_config.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/couchdb/couch_config.erl b/src/couchdb/couch_config.erl index 9a2e739a..3270b3fd 100644 --- a/src/couchdb/couch_config.erl +++ b/src/couchdb/couch_config.erl @@ -194,9 +194,9 @@ parse_ini_file(IniFile) -> {ok, [ValueName|LineValues]} -> % yeehaw, got a line! RemainingLine = couch_util:implode(LineValues, "="), {ok, [LineValue | _Rest]} = - regexp:split(RemainingLine, " ;|\t;"), % removes comments + regexp:split(RemainingLine, " ;|\t;"), % removes comments {AccSectionName, - [{{AccSectionName, ValueName}, LineValue} | AccValues]} + [{{AccSectionName, ValueName}, LineValue} | AccValues]} end end end, {"", []}, Lines), |