From add0bcc4c9191cb8980d0b6935ca5d51a9928d82 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 30 Nov 2009 21:24:21 +0000 Subject: Trim trailing space & reduce space+tab. --- m4/directx.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/directx.m4') diff --git a/m4/directx.m4 b/m4/directx.m4 index 999beff6d..743403c72 100644 --- a/m4/directx.m4 +++ b/m4/directx.m4 @@ -6,7 +6,7 @@ dnl dnl dnl AM_PATH_DIRECTX([ACTION IF FOUND [, ACTION IF NOT FOUND]])) dnl -dnl It looks for DirectX, defines DIRECTX_CPPFLAGS, DIRECTX_AUDIO_LIBS and +dnl It looks for DirectX, defines DIRECTX_CPPFLAGS, DIRECTX_AUDIO_LIBS and dnl DIRECTX_VIDEO_LIBS. dnl AC_DEFUN([AM_PATH_DIRECTX], [ @@ -39,7 +39,7 @@ AC_COMPILE_IFELSE( int main() { DirectDrawCreate(0, NULL, 0); DirectSoundCreate(0, NULL, 0); - + return 0; } ], -- cgit v1.2.3