From 19f0c17162b6039ecacbb8b1d53c7eb5992ce153 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 22 Jan 2013 23:41:49 +0100 Subject: Minor code style fixes --- cpp/src/Ice/Service.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/Ice/Service.cpp') diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp index d5f77ada648..92fb99ca528 100644 --- a/cpp/src/Ice/Service.cpp +++ b/cpp/src/Ice/Service.cpp @@ -1706,8 +1706,7 @@ Ice::Service::runDaemon(int argc, char* argv[], const InitializationData& initDa // // Associate stdin, stdout and stderr with /dev/null. // - int fd; - fd = open("/dev/null", O_RDWR); + int fd = open("/dev/null", O_RDWR); assert(fd == 0); if(fd != 0) { -- cgit v1.2.3