summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-03-23 16:34:56 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-03-23 16:34:56 +0000
commit4bdda925029023f15d84354bbf2678e0e212b4a5 (patch)
tree7e666e93e8dbb3fd6e20528a862c65c4e7e68ab5
parent930f964023ad5e6fc6d7a0d2c1ab0556263c119a (diff)
downloadqpid-python-4bdda925029023f15d84354bbf2678e0e212b4a5.tar.gz
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@1304467 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp2
-rw-r--r--qpid/cpp/src/qpid/broker/Exchange.cpp2
-rw-r--r--qpid/cpp/src/qpid/broker/Queue.cpp2
-rw-r--r--qpid/cpp/src/qpid/management/ManagementAgent.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp b/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp
index 3f854c7510..21180a8d08 100644
--- a/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp
+++ b/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp
@@ -1404,4 +1404,4 @@ void ManagementAgentImpl::PublishThread::run()
}
}
-}} \ No newline at end of file
+}}
diff --git a/qpid/cpp/src/qpid/broker/Exchange.cpp b/qpid/cpp/src/qpid/broker/Exchange.cpp
index ad688ba314..a7e2a264e1 100644
--- a/qpid/cpp/src/qpid/broker/Exchange.cpp
+++ b/qpid/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/qpid/cpp/src/qpid/broker/Queue.cpp b/qpid/cpp/src/qpid/broker/Queue.cpp
index fdd95ae3bd..a0603238da 100644
--- a/qpid/cpp/src/qpid/broker/Queue.cpp
+++ b/qpid/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/qpid/cpp/src/qpid/management/ManagementAgent.cpp b/qpid/cpp/src/qpid/management/ManagementAgent.cpp
index cb07d5d047..87dad501ba 100644
--- a/qpid/cpp/src/qpid/management/ManagementAgent.cpp
+++ b/qpid/cpp/src/qpid/management/ManagementAgent.cpp
@@ -2975,4 +2975,4 @@ const qpid::broker::ConnectionState* getManagementExecutionContext()
return executionContext;
}
-}} \ No newline at end of file
+}}