From: Automatic source maintenance Date: Fri, 13 Jul 2012 00:12:59 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: sourceformat-review-1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d23d7adc1b01529b7f374ebb48e35cd3748c4a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ipc.cc b/src/ipc.cc index 772acc4750..aa2c431d6d 100644 --- a/src/ipc.cc +++ b/src/ipc.cc @@ -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); \