From a09710e913297f40c320c93689391a0a8fe4bc3a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 17 Aug 2012 00:23:21 -0700 Subject: [PATCH] Whitespace --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30bfb95e1dc..2394790c455 100644 --- a/configure.ac +++ b/configure.ac @@ -3425,7 +3425,7 @@ case $opsys in dnl if HAVE_POSIX_OPENPT if test "x$ac_cv_func_posix_openpt" = xyes; then AC_DEFINE(PTY_OPEN, [fd = posix_openpt (O_RDWR | O_NOCTTY)]) - AC_DEFINE(PTY_NAME_SPRINTF, [] ) + AC_DEFINE(PTY_NAME_SPRINTF, []) dnl if HAVE_GETPT elif test "x$ac_cv_func_getpt" = xyes; then AC_DEFINE(PTY_OPEN, [fd = getpt ()]) -- 2.11.4.GIT