[sdpb] 175/233: cosmetic changes

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sdpb.

commit 41c14629f3d1cae3c94a7c18765a90736737175d
Author: pkravchuk <pkravchuk at users.noreply.github.com>
Date:   Tue Oct 20 16:08:07 2015 -0700

    cosmetic changes
---
 src/parse.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/parse.cpp b/src/parse.cpp
index 9190926..4ec3343 100644
--- a/src/parse.cpp
+++ b/src/parse.cpp
@@ -92,10 +92,12 @@ SDP parseBootstrapSDP(XMLElement *xml) {
 
 SDP readBootstrapSDP(const path sdpFile) {
   XMLDocument doc;
+  
 #ifndef BOOST_WINDOWS_API
   doc.LoadFile(sdpFile.c_str());
 #else
   doc.LoadFile(sdpFile.string().c_str());
 #endif  
-return parseBootstrapSDP(doc.FirstChildElement("sdp"));
+
+  return parseBootstrapSDP(doc.FirstChildElement("sdp"));
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git



More information about the debian-science-commits mailing list