]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 6 Oct 2012 00:13:17 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 6 Oct 2012 00:13:17 +0000 (18:13 -0600)
src/HttpStatusLine.h
src/fatal.cc
src/ipc/StartListening.h
src/tests/Stub.list

index 1e3176ac592495e2e2358af627a47b5225e0cb92..2567622627f29b3812449253262298c44e1d694a 100644 (file)
@@ -66,12 +66,12 @@ void httpStatusLineInit(HttpStatusLine * sline);
 void httpStatusLineClean(HttpStatusLine * sline);
 /* set/get values */
 void httpStatusLineSet(HttpStatusLine * sline, HttpVersion version,
-                                    http_status status, const char *reason);
+                       http_status status, const char *reason);
 const char *httpStatusLineReason(const HttpStatusLine * sline);
 /* parse/pack */
 /* parse a 0-terminating buffer and fill internal structires; returns true on success */
 int httpStatusLineParse(HttpStatusLine * sline, const String &protoPrefix,
-                                     const char *start, const char *end);
+                        const char *start, const char *end);
 /* pack fields using Packer */
 void httpStatusLinePackInto(const HttpStatusLine * sline, Packer * p);
 
index 36604642e3caf5b58f713082cbcaec52278309e0..3e0af1a7365b1b0b1a7597b1bc58125efbe2d154 100644 (file)
@@ -63,7 +63,6 @@ fatal_common(const char *message)
     dumpMallocStats();
 }
 
-
 void
 fatal(const char *message)
 {
index 58794c640dd506f7c0343ff53c7d2d3e703fdac2..5d73fdfdf6e65c4fbc50f7fe810d6053f58c6581 100644 (file)
@@ -38,7 +38,7 @@ public:
 /// Depending on whether SMP is on, either ask Coordinator to send us
 /// the listening FD or open a listening socket directly.
 void StartListening(int sock_type, int proto, const Comm::ConnectionPointer &listenConn,
-                           FdNoteId fdNote, AsyncCall::Pointer &callback);
+                    FdNoteId fdNote, AsyncCall::Pointer &callback);
 
 } // namespace Ipc;
 
index 2b8e4a02efb9af36e642aa2393e5b3d6a0ac3d24..46c15510f455edf83277cc6fa0990e4944d5322a 100644 (file)
@@ -20,6 +20,7 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_debug.cc \
        tests/stub_errorpage.cc \
        tests/stub_event.cc \
+       tests/stub_fatal.cc \
        tests/stub_fd.cc \
        tests/stub_helper.cc \
        tests/stub_http.cc \