NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / pbd / pbd.cc
index 229dc04f329d0ee868b8077ec776d0ab88db0826..13383c27d1116d373f2a257bc5ef7c596300ed9b 100644 (file)
@@ -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 ();