From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/ardour/msvc/msvc_libardour.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/msvc') diff --git a/libs/ardour/msvc/msvc_libardour.cc b/libs/ardour/msvc/msvc_libardour.cc index bd186728ea..2efcb4b937 100644 --- a/libs/ardour/msvc/msvc_libardour.cc +++ b/libs/ardour/msvc/msvc_libardour.cc @@ -83,7 +83,7 @@ namespace ARDOUR { LIBARDOUR_API int LIBARDOUR_APICALLTYPE symlink(const char *dest, const char *shortcut, const char *working_directory /*= NULL */) { -IShellLinkA *pISL = NULL; +IShellLinkA *pISL = NULL; IPersistFile *ppf = NULL; int ret = (-1); @@ -202,7 +202,7 @@ int ret = (-1); LIBARDOUR_API int LIBARDOUR_APICALLTYPE readlink(const char *__restrict shortcut, char *__restrict buf, size_t bufsize) { -IShellLinkA *pISL = NULL; +IShellLinkA *pISL = NULL; IPersistFile *ppf = NULL; int ret = (-1); @@ -237,7 +237,7 @@ int ret = (-1); // Read the target information from the shortcut object if (S_OK == (pISL->GetPath (target_path, _MAX_PATH, NULL, SLGP_UNCPRIORITY))) { - strncpy(buf, target_path, bufsize); + strncpy(buf, target_path, bufsize); ret = ((ret = strlen(buf)) > bufsize) ? bufsize : ret; // _set_errno(0); } -- cgit v1.2.3