summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp')
-rw-r--r--ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp b/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
index c11b1a30f1d..907771d354b 100644
--- a/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
+++ b/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
@@ -285,7 +285,7 @@ int AC_Input_Handler::handle_input (ACE_HANDLE handle) {
mblk->release ();
}
}
-
+
return -1; // Error return.
}