]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove useless namespace semi-colons
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 27 Nov 2010 01:58:38 +0000 (18:58 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 27 Nov 2010 01:58:38 +0000 (18:58 -0700)
18 files changed:
src/SquidMath.h
src/auth/Config.h
src/comm/IoCallback.h
src/comm/ListenStateData.h
src/comm/Write.h
src/esi/Module.h
src/eui/Config.h
src/eui/Eui48.h
src/eui/Eui64.h
src/fs/Module.h
src/ident/Config.h
src/ident/Ident.cc
src/ip/Address.h
src/ip/Intercept.h
src/ip/QosConfig.h
src/ip/tools.h
src/ipc/StrandCoords.h
src/log/Config.h

index a8fc22abb9ade1fd9f5db5e9accc693b3ae9a96a..a6061a62b2db24499cd9f8504e6e96d42f1dafe8 100644 (file)
@@ -10,6 +10,6 @@ extern double doublePercent(const double, const double);
 extern int intAverage(const int, const int, int, const int);
 extern double doubleAverage(const double, const double, int, const int);
 
-}; // namespace Math
+} // namespace Math
 
 #endif /* _SQUID_SRC_SQUIDMATH_H */
index 26ecdbfe01c4873a09d85286362a803879b379f8..fa4994ea4c7a454b6e7c4accf0d3fa7bc7969637 100644 (file)
@@ -140,6 +140,6 @@ typedef Vector<AuthConfig *> authConfig;
 
 extern authConfig TheConfig;
 
-}; // namespace Auth
+} // namespace Auth
 
 #endif /* SQUID_AUTHCONFIG_H */
index 1cf423e9f534766db99bc933b6619beb0dcb63f5..fc404460eff8c40e2a63044b7de0a08e7542ab4a 100644 (file)
@@ -65,6 +65,6 @@ extern void CallbackTableDestruct();
 #define COMMIO_FD_READCB(fd)    (&Comm::iocb_table[(fd)].readcb)
 #define COMMIO_FD_WRITECB(fd)   (&Comm::iocb_table[(fd)].writecb)
 
-}; // namespace Comm
+} // namespace Comm
 
 #endif /* _SQUID_COMM_IOCALLBACK_H */
index d49e317d1316bcc91371a2e9b59fdcba4458c8ab..b5b5872f789f894e534631374cf5f4a2c09ee84f 100644 (file)
@@ -49,6 +49,6 @@ private:
     void setListen();
 };
 
-}; // namespace Comm
+} // namespace Comm
 
 #endif /* SQUID_LISTENERSTATEDATA_H */
index 420b7601f147153dabe243077d35e4bf3fd6ae40..1d5dcdff9215b86b891ae199b58133e6524fae37 100644 (file)
@@ -25,6 +25,6 @@ void WriteCancel(int fd, const char *reason);
 // callback handler to process an FD which is available for writing.
 extern PF HandleWrite;
 
-}; // namespace Comm
+} // namespace Comm
 
 #endif /* _SQUID_COMM_IOWRITE_H */
index c39db10de3dfcb14dae60bd450a6571d7bfe6317..fb2069ff0bd583d62ceae211d8fd7af88364f92c 100644 (file)
@@ -7,6 +7,6 @@ namespace Esi
 extern void Init();
 extern void Clean();
 
-}; // namespace Esi
+} // namespace Esi
 
 #endif /* SQUID_ESI_MODULE_H */
index 05d4f7afe4dd479a13b78f9dbfa3146fc7d69ede..ffd7cde0ffa603d0759f6aecd44771827280f2ae 100644 (file)
@@ -12,6 +12,6 @@ public:
 
 extern EuiConfig TheConfig;
 
-}; // namespace Eui
+} // namespace Eui
 
 #endif /* SQUID_EUI_CONFIG_H */
index b0101a150cb33a508f5493bf52eff3838ce4be62..40b70137f7c1bf1ace0b99f1c4180c65917b82cb 100644 (file)
@@ -70,7 +70,7 @@ private:
     unsigned char eui[SZ_EUI48_BUF];
 };
 
-}; // namespace Eui
+} // namespace Eui
 
 #endif /* USE_SQUID_EUI */
 #endif /* _SQUID_EUI_EUI48_H */
index 7669684505f8f623154b8c45d0f209075da4516c..42e6db73f0f96fc1cff447730e144a2783f0d950 100644 (file)
@@ -6,7 +6,7 @@
 namespace Ip
 {
 class Address;
-};
+}
 
 #if HAVE_CSTRING
 #include <cstring>
@@ -83,7 +83,7 @@ private:
     unsigned char eui[SZ_EUI64_BUF];
 };
 
-}; // namespace Eui
+} // namespace Eui
 
 #endif /* USE_SQUID_EUI */
 #endif /* _SQUID_EUI_EUI64_H */
index d0f00779041265c5f4e6fb7e3f109cdd338fbd85..9d7ab5db1c69120d282ce6bf8489a13533778b90 100644 (file)
@@ -7,6 +7,6 @@ namespace Fs
 extern void Init();
 extern void Clean();
 
-}; // namespace Fs
+} // namespace Fs
 
 #endif /* SQUID_FS_MODULE_H */
index b9a1cc01703041fbb69db95740c06238ebf14273..899e601c6be4f498d555acc407132ec206522906 100644 (file)
@@ -17,7 +17,7 @@ public:
 
 extern IdentConfig TheConfig;
 
-}; // namespace Ident
+} // namespace Ident
 
 #endif /* USE_IDENT */
 #endif /* SQUID_IDENT_CONFIG_H */
index 1f9292c748d78ade8f8eb941167648bea90dea94..a6c34699a56fea8b8c04ec34eab44493217acc38 100644 (file)
@@ -74,7 +74,7 @@ static hash_table *ident_hash = NULL;
 static void ClientAdd(IdentStateData * state, IDCB * callback, void *callback_data);
 static void identCallback(IdentStateData * state, char *result);
 
-}; // namespace Ident
+} // namespace Ident
 
 Ident::IdentConfig Ident::TheConfig;
 
index a1365ca1ecbb3e0055d732eaaea062b112321fc7..55254522c64d3e2463563f354b59dec1a9ec8136 100644 (file)
@@ -405,7 +405,7 @@ public:
     Address_list *next;
 };
 
-}; // namespace Ip
+} // namespace Ip
 
 extern void parse_IpAddress_list_token(Ip::Address_list **, char *);
 
index 338255a1532190e4ba9d058f89ea2acac6bc99eb..0a4e3ff56680bb508fa80386103f2e041f490796 100644 (file)
@@ -181,6 +181,6 @@ private:
  */
 extern Intercept Interceptor;
 
-}; // namespace Ip
+} // namespace Ip
 
 #endif /* SQUID_IP_IPINTERCEPT_H */
index 19364746351fc49bbf0b93c2513424763caf20b2..857fafed44a77e24f00f30d439e1b62caa27f456 100644 (file)
@@ -187,9 +187,9 @@ extern Config TheConfig;
                storeAppendPrintf(e, "%s", temp); \
        } while(0);
 
-}; // namespace Qos
+} // namespace Qos
 
-}; // namespace Ip
+} // namespace Ip
 
 #if _USE_INLINE_
 #include "Qos.cci"
index 5b9831a4888e8d53e35bfd4030f2afbb9d79b5a1..5555879e0ae458e62ead1365e6a5f14ad27c5f0f 100644 (file)
@@ -16,6 +16,6 @@ extern void ProbeTransport(void);
 /// Whether IPv6 is supported and type of support.
 extern int EnableIpv6;
 
-}; // namespace Ip
+} // namespace Ip
 
 #endif /* _SQUID_SRC_IP_TOOLS_H */
index 1a6ea21f54fcc9cc004eb72725a4cd2d9b8f3505..899bd6251047c6e2323470db86943f5c9584601c 100644 (file)
@@ -15,6 +15,6 @@ namespace Ipc
 /// a collection of strand coordinates; the order, if any, is owner-dependent
 typedef std::vector<StrandCoord> StrandCoords;
 
-}; // namespace Ipc
+} // namespace Ipc
 
 #endif /* SQUID_IPC_STRAND_COORDS_H */
index c46c91feb823aaf635e20b2375a70526d1522eb0..4a74a26568f9c43bff1ebd25e80c3ecc139e8c97 100644 (file)
@@ -12,6 +12,6 @@ public:
 
 extern LogConfig TheConfig;
 
-}; // namespace Log
+} // namespace Log
 
 #endif