]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
multi-line
authorMathieu Rene <mrene@avgs.ca>
Wed, 14 Jan 2009 16:28:30 +0000 (16:28 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 14 Jan 2009 16:28:30 +0000 (16:28 +0000)
testing

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11195 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_limit/mod_limit.c

index d5862d1576e4552bbe9fa4226dbf94a253f64c5f..0e3886dc225cfe0ce63d0775e6cc1c8fa758d319 100644 (file)
@@ -64,7 +64,7 @@ struct limit_hash_item  {
 };
 typedef struct limit_hash_item limit_hash_item_t;
 
-
 static char limit_sql[] =
        "CREATE TABLE limit_data (\n"
        "   hostname   VARCHAR(255),\n" "   realm      VARCHAR(255),\n" "   id         VARCHAR(255),\n" "   uuid       VARCHAR(255)\n" ");\n";