aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:32:03 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:32:03 +0000
commit7f7cfd42e9d0e77e3d1ea18732595c1794bf46ea (patch)
treef290e7e7ae143382811fc8ff32a52618ae0801bf /configs/res_odbc.conf.sample
parent0a45784168c75c3f5387fd7df1fef307e4797195 (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197528 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/res_odbc.conf.sample')
-rw-r--r--configs/res_odbc.conf.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 217cd2ffc..85bd8f45a 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -49,11 +49,11 @@ pre-connect => yes
sanitysql => select count(*) from systables
; forcecommit => no ; Default to committing uncommitted transactions?
; isolation => read_committed ; Isolation level; supported levels are:
- ; read_uncommitted, read_committed, repeatable_read,
- ; serializable. Note that not all databases support
- ; all isolation levels (e.g. Postgres only supports
- ; repeatable_read and serializable). See database
- ; documentation for further information.
+; read_uncommitted, read_committed, repeatable_read,
+; serializable. Note that not all databases support
+; all isolation levels (e.g. Postgres only supports
+; repeatable_read and serializable). See database
+; documentation for further information.
;
; Many databases have a default of '\' to escape special characters. MS SQL
; Server does not.