From 0055f3c616bed6b2534c3dabf7307275224ec6bb Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 7 Apr 2016 14:30:36 -0700 Subject: [PATCH] factor: remove some extra whitespace. --- basis/windows/gdi32/gdi32.factor | 2 +- basis/windows/kernel32/kernel32.factor | 2 +- extra/cuda/prettyprint/prettyprint.factor | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/windows/gdi32/gdi32.factor b/basis/windows/gdi32/gdi32.factor index d2d86bd3a1..20fb2090b1 100644 --- a/basis/windows/gdi32/gdi32.factor +++ b/basis/windows/gdi32/gdi32.factor @@ -1848,7 +1848,7 @@ FUNCTION: BOOL SetPixelFormat ( HDC hDC, int iPixelFormat, PFD* ppfd ) ! FUNCTION: SetTextAlign ! FUNCTION: SetTextCharacterExtra FUNCTION: COLORREF SetTextColor ( HDC hdc, COLORREF crColor ) -! FUNCTION: SetTextColor ( HDC hDC, +! FUNCTION: SetTextColor ( HDC hDC, ! FUNCTION: SetTextJustification ! FUNCTION: SetViewportExtEx ! FUNCTION: SetViewportOrgEx diff --git a/basis/windows/kernel32/kernel32.factor b/basis/windows/kernel32/kernel32.factor index a82bfa03f9..0ebb18c4d0 100644 --- a/basis/windows/kernel32/kernel32.factor +++ b/basis/windows/kernel32/kernel32.factor @@ -1700,7 +1700,7 @@ ALIAS: OpenFileMapping OpenFileMappingW ! FUNCTION: OpenJobObjectA ! FUNCTION: OpenJobObjectW ! FUNCTION: OpenMutexA -! FUNCTION: OpenMutexW +! FUNCTION: OpenMutexW FUNCTION: HANDLE OpenProcess ( DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwProcessId ) ! FUNCTION: OpenProfileUserMapping ! FUNCTION: OpenSemaphoreA diff --git a/extra/cuda/prettyprint/prettyprint.factor b/extra/cuda/prettyprint/prettyprint.factor index a802c21b2b..9a72ea799e 100644 --- a/extra/cuda/prettyprint/prettyprint.factor +++ b/extra/cuda/prettyprint/prettyprint.factor @@ -26,4 +26,3 @@ M: cuda-function-word synopsis* [ definer. ] [ [ pprint-word ] pprint-cuda-function ] } cleave ; - -- 2.34.1