]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 13 Jul 2012 00:12:59 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 13 Jul 2012 00:12:59 +0000 (18:12 -0600)
src/ipc.cc

index 772acc4750709be3ed266b438a67a511b99e75a6..aa2c431d6d885542eb4dc57eadfedc2f5b852fd6 100644 (file)
@@ -100,7 +100,7 @@ ipcCreate(int type, const char *prog, const char *const args[], const char *name
     if (hIpc)
         *hIpc = NULL;
 
- // NP: no wrapping around d and c usage since we *want* code expansion
+// NP: no wrapping around d and c usage since we *want* code expansion
 #define IPC_CHECK_FAIL(f,d,c) \
     if ((f) < 0) { \
         debugs(54, DBG_CRITICAL, "ERROR: Failed to create helper " d " FD: " << c); \