dir list test
[psensor.git] / tests / test_url_normalize.c
index 1a76209..ef48203 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- *02110-1301 USA
+ * 02110-1301 USA
  */
 
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
@@ -25,7 +24,6 @@
 
 #include "../src/lib/url.h"
 
-
 int test_url_normalize(const char *url, const char *ref_url)
 {
        int ret;
@@ -48,7 +46,6 @@ int test_url_normalize(const char *url, const char *ref_url)
        return ret;
 }
 
-
 int tests_url_normalize()
 {
        int failures;