[libbluray-devel] Remove trailing spaces
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 29 16:42:20 CEST 2012
libbluray | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 29 16:40:48 2012 +0200| [194c41574fa5d1a2256dc2c52b388e543ab6b008] | committer: Jean-Baptiste Kempf
Remove trailing spaces
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=194c41574fa5d1a2256dc2c52b388e543ab6b008
---
src/file/dl_posix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/file/dl_posix.c b/src/file/dl_posix.c
index 76998dc..a85a6d5 100644
--- a/src/file/dl_posix.c
+++ b/src/file/dl_posix.c
@@ -40,7 +40,7 @@ static const char *dlerror(char *buf, int buf_size)
{
DWORD error_code = GetLastError();
wchar_t wbuf[256];
-
+
if (FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS |
FORMAT_MESSAGE_MAX_WIDTH_MASK,
NULL, error_code, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
@@ -49,7 +49,7 @@ static const char *dlerror(char *buf, int buf_size)
} else {
snprintf(buf, buf_size, "error %d", (int)error_code);
}
-
+
return buf;
}
#endif
More information about the libbluray-devel
mailing list