From dbd87ffc210328eb8670c24a427318172c1e334d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Jan 2015 11:09:58 +0000 Subject: indent has problems with comments that are on the right hand side of a line. Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: Tim Hudson --- ms/applink.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ms') diff --git a/ms/applink.c b/ms/applink.c index 54a0a64262..76f1c40d0a 100644 --- a/ms/applink.c +++ b/ms/applink.c @@ -46,9 +46,12 @@ extern "C" { __declspec(dllexport) void ** #if defined(__BORLANDC__) -__stdcall /* __stdcall appears to be the only way to get the name - * decoration right with Borland C. Otherwise it works - * purely incidentally, as we pass no parameters. */ +/* + * __stdcall appears to be the only way to get the name + * decoration right with Borland C. Otherwise it works + * purely incidentally, as we pass no parameters. + */ +__stdcall #else __cdecl #endif -- cgit v1.2.3