Skip to content

Commit b75c8c5

Browse files
committed
Remove some extra spaces.
1 parent c67e7fe commit b75c8c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

win32ss/gdi/ntgdi/path.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ PATH_CheckRect(
461461
/* add a number of points, converting them to device coords */
462462
/* return a pointer to the first type byte so it can be fixed up if necessary */
463463
static BYTE *add_log_points( DC *dc, PPATH path, const POINT *points,
464-
DWORD count, BYTE type, BOOL bExtraPt )
464+
DWORD count, BYTE type, BOOL bExtraPt)
465465
{
466466
BYTE *ret;
467467

@@ -544,7 +544,7 @@ static BOOL add_log_points_new_stroke( DC *dc, PPATH path, const POINT *points,
544544
DWORD count, BYTE type, BOOL bExtraPt)
545545
{
546546
if (!start_new_stroke( path )) return FALSE;
547-
if (!add_log_points( dc, path, points, count, type, bExtraPt)) return FALSE;
547+
if (!add_log_points(dc, path, points, count, type, bExtraPt)) return FALSE;
548548
update_current_pos( path );
549549

550550
TRACE("ALPNS : Pos X %d Y %d\n",path->pos.x, path->pos.y);

0 commit comments

Comments
 (0)