summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd.cc')
-rw-r--r--libs/pbd/pbd.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/pbd.cc b/libs/pbd/pbd.cc
index 229dc04f32..13383c27d1 100644
--- a/libs/pbd/pbd.cc
+++ b/libs/pbd/pbd.cc
@@ -101,7 +101,7 @@ PBD::init ()
/* Initialize windows socket DLL for PBD::CrossThreadChannel
*/
-
+
if (WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
fatal << X_("Windows socket initialization failed with error: ") << WSAGetLastError() << endmsg;
abort();
@@ -141,7 +141,7 @@ PBD::cleanup ()
#ifdef PLATFORM_WINDOWS
PBD::MMCSS::deinitialize ();
WSACleanup();
-#endif
+#endif
EnumWriter::destroy ();
FPU::destroy ();