Pull from CVS head: Synchronise whitespace
authorphampson <phampson>
Wed, 27 Aug 2003 16:00:43 +0000 (16:00 +0000)
committerphampson <phampson>
Wed, 27 Aug 2003 16:00:43 +0000 (16:00 +0000)
src/modules/rlm_sql/sql.c

index 6d5e6dc..4976182 100644 (file)
@@ -162,7 +162,7 @@ void sql_poolfree(SQL_INST * inst)
                next = cur->next;
                sql_close_socket(inst, cur);
        }
-       
+
        inst->sqlpool = NULL;
 }