From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/pbd/pbd.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/pbd/pbd.cc') 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 (); -- cgit v1.2.3