summaryrefslogtreecommitdiff
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
committerSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
commitf22962a0c1973a867893bc144e5bd1bd44053a84 (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/res_odbc.conf.sample
parenta7d813cae7568f9c587dc994b0654d9b7384565a (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/res_odbc.conf.sample')
-rw-r--r--configs/res_odbc.conf.sample12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 85bd8f45a..7e9405dde 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -1,4 +1,4 @@
-;;; odbc setup file
+;;; odbc setup file
; ENV is a global set of environmental variables that will get set.
; Note that all environmental variables can be seen by all connections,
@@ -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.