Delete trailing whitespace.
[freeradius.git] / dialup_admin / lib / sql / functions.php3
index 7d6b613..d7178c0 100644 (file)
@@ -24,7 +24,7 @@ function get_user_info($link,$user,$config)
                        $row = @da_sql_fetch_array($res,$config);
                        if ($row)
                                return $row[name];
-               }       
+               }
        }
 }