summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 15:46:54 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:41 +0200
commit126e88aeb3f288c770f0dccde5c6314ccaa6212c (patch)
tree7e858f4458d82641b90de262b5b4d916989ebbb4 /ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp
parent430d023f1d97173cfd104498f92dc4ccaa1c4135 (diff)
downloadATCD-126e88aeb3f288c770f0dccde5c6314ccaa6212c.tar.gz
Replace 3 blank lines with just 2 blank lines
Diffstat (limited to 'ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp')
-rw-r--r--ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp b/ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp
index 55cf607e59f..3afde969abe 100644
--- a/ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp
+++ b/ACE/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp
@@ -5,7 +5,6 @@
#include "ace/OS_NS_unistd.h"
-
#if defined (ACE_WIN32)
#define MAKE_PIPE_NAME(X) ACE_TEXT ("\\\\.\\pipe\\") ACE_TEXT (X)
#else