diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 19:29:54 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 19:30:04 +0900 | 
| commit | 6702636a165dfd8979696f06a75c63c7d5c41da0 (patch) | |
| tree | 582e9ac88a3f669329a47a6568f082c729687bee | |
| parent | f1a7003d278cb40ab62c6ec95e61176e51c0f679 (diff) | |
| download | tork-6702636a165dfd8979696f06a75c63c7d5c41da0.tar.gz tork-6702636a165dfd8979696f06a75c63c7d5c41da0.zip | |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1af35a0723340a1452d4f6ee6dbb1ed898dc2282)
| -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 | 
