emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109654: Whitespace


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109654: Whitespace
Date: Fri, 17 Aug 2012 00:23:21 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109654
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-08-17 00:23:21 -0700
message:
  Whitespace
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2012-08-17 07:20:10 +0000
+++ b/configure.ac      2012-08-17 07:23:21 +0000
@@ -3425,7 +3425,7 @@
       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 ()])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]