From fbfb76e99858588292aa6e929dcfe6acae3912b7 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 26 Aug 2012 13:22:18 +0100 Subject: reindent all the things! with indent -nut -kr. --- src/trg-peers-model.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/trg-peers-model.c') diff --git a/src/trg-peers-model.c b/src/trg-peers-model.c index 980e2a0..3c81f95 100644 --- a/src/trg-peers-model.c +++ b/src/trg-peers-model.c @@ -250,22 +250,22 @@ static void trg_peers_model_init(TrgPeersModel * self) #ifdef HAVE_GEOIP #ifdef WIN32 geoip_db_path = trg_win32_support_path("GeoIP.dat"); - geoip_v6_db_path = trg_win32_support_path("GeoIPv6.dat"); + geoip_v6_db_path = trg_win32_support_path("GeoIPv6.dat"); #else geoip_db_path = g_strdup(TRG_GEOIP_DATABASE); - geoip_v6_db_path = g_strdup(TRG_GEOIPV6_DATABASE); + geoip_v6_db_path = g_strdup(TRG_GEOIPV6_DATABASE); #endif if (g_file_test(geoip_db_path, G_FILE_TEST_EXISTS) == TRUE) priv->geoip = GeoIP_open(geoip_db_path, GEOIP_STANDARD | GEOIP_CHECK_CACHE); - + if (g_file_test(geoip_v6_db_path, G_FILE_TEST_EXISTS) == TRUE) priv->geoipv6 = GeoIP_open(geoip_v6_db_path, GEOIP_STANDARD | GEOIP_CHECK_CACHE); - - g_free(geoip_db_path); - g_free(geoip_v6_db_path); + + g_free(geoip_db_path); + g_free(geoip_v6_db_path); #endif } -- cgit v1.2.3