From 5f8c6e061b8bbea6ae5a5f78e49817b4deabca24 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 23 Mar 2012 16:34:56 +0000 Subject: NO-JIRA: Added newlines to the end of some files - Accidentally missed from previous namespace checkin and causes compile warnings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1304467 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/agent/ManagementAgentImpl.cpp | 2 +- cpp/src/qpid/broker/Exchange.cpp | 2 +- cpp/src/qpid/broker/Queue.cpp | 2 +- cpp/src/qpid/management/ManagementAgent.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/agent/ManagementAgentImpl.cpp b/cpp/src/qpid/agent/ManagementAgentImpl.cpp index 3f854c7510..21180a8d08 100644 --- a/cpp/src/qpid/agent/ManagementAgentImpl.cpp +++ b/cpp/src/qpid/agent/ManagementAgentImpl.cpp @@ -1404,4 +1404,4 @@ void ManagementAgentImpl::PublishThread::run() } } -}} \ No newline at end of file +}} diff --git a/cpp/src/qpid/broker/Exchange.cpp b/cpp/src/qpid/broker/Exchange.cpp index ad688ba314..a7e2a264e1 100644 --- a/cpp/src/qpid/broker/Exchange.cpp +++ b/cpp/src/qpid/broker/Exchange.cpp @@ -411,4 +411,4 @@ bool Exchange::routeWithAlternate(Deliverable& msg) return msg.delivered; } -}} \ No newline at end of file +}} diff --git a/cpp/src/qpid/broker/Queue.cpp b/cpp/src/qpid/broker/Queue.cpp index fdd95ae3bd..a0603238da 100644 --- a/cpp/src/qpid/broker/Queue.cpp +++ b/cpp/src/qpid/broker/Queue.cpp @@ -1827,4 +1827,4 @@ void Queue::UsageBarrier::destroy() while (count) parent.messageLock.wait(); } -}} \ No newline at end of file +}} diff --git a/cpp/src/qpid/management/ManagementAgent.cpp b/cpp/src/qpid/management/ManagementAgent.cpp index cb07d5d047..87dad501ba 100644 --- a/cpp/src/qpid/management/ManagementAgent.cpp +++ b/cpp/src/qpid/management/ManagementAgent.cpp @@ -2975,4 +2975,4 @@ const qpid::broker::ConnectionState* getManagementExecutionContext() return executionContext; } -}} \ No newline at end of file +}} -- cgit v1.2.1