diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 19:29:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 19:29:54 +0900 |
commit | 1af35a0723340a1452d4f6ee6dbb1ed898dc2282 (patch) | |
tree | 17f6f47884120a1fbfcbf4e2e9407a871273113c /src/GeoIP-1.4.0 | |
parent | 85b73e28883bead95fc383b33d2f76279c6daade (diff) | |
download | tork-1af35a0723340a1452d4f6ee6dbb1ed898dc2282.tar.gz tork-1af35a0723340a1452d4f6ee6dbb1ed898dc2282.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/GeoIP-1.4.0')
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIP.c | 1 | ||||
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIP.h | 1 | ||||
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIPCity.c | 1 | ||||
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIPCity.h | 1 | ||||
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.c | 1 | ||||
-rw-r--r-- | src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIP.c b/src/GeoIP-1.4.0/libGeoIP/GeoIP.c index 0cb6bc0..feb6a40 100644 --- a/src/GeoIP-1.4.0/libGeoIP/GeoIP.c +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIP.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIP.c * * Copyright (C) 2006 MaxMind LLC diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIP.h b/src/GeoIP-1.4.0/libGeoIP/GeoIP.h index edac45b..fc92ffc 100644 --- a/src/GeoIP-1.4.0/libGeoIP/GeoIP.h +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIP.h @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIP.h * * Copyright (C) 2006 MaxMind LLC diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.c b/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.c index 46fcf79..2a65759 100644 --- a/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.c +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIPCity.c * * Copyright (C) 2006 MaxMind LLC diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.h b/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.h index c6ddf1b..15066bd 100644 --- a/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.h +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIPCity.h @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIPCity.h * * Copyright (C) 2006 MaxMind LLC diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.c b/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.c index a7bec6b..8cb1d99 100644 --- a/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.c +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIPUpdate.c * * Copyright (C) 2006 MaxMind LLC diff --git a/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.h b/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.h index c39df6e..6a49aca 100644 --- a/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.h +++ b/src/GeoIP-1.4.0/libGeoIP/GeoIPUpdate.h @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIP.h * * Copyright (C) 2006 MaxMind LLC |