aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjave2009-01-01 00:26:22 +0100
committerjave2009-01-01 00:26:22 +0100
commit6d1cade4ed64f099a5af05b3cead4fcb40904b19 (patch)
treeb6ff82888db843e69b4ee1617ae6029727c64286 /src
parent35c2e62acf3ccc4741b4fc57fc96a2917e5f3cb1 (diff)
downloademacs-6d1cade4ed64f099a5af05b3cead4fcb40904b19.tar.gz
emacs-6d1cade4ed64f099a5af05b3cead4fcb40904b19.zip
whitespace cleanup
Diffstat (limited to 'src')
-rw-r--r--src/print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 5eb46c15d68..f5e8d535dff 100644
--- a/src/print.c
+++ b/src/print.c
@@ -36,6 +36,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
36#include "blockinput.h" 36#include "blockinput.h"
37#include "termhooks.h" /* For struct terminal. */ 37#include "termhooks.h" /* For struct terminal. */
38#include "font.h" 38#include "font.h"
39
39#ifdef HAVE_XWIDGETS 40#ifdef HAVE_XWIDGETS
40#include "xwidget.h" 41#include "xwidget.h"
41#endif 42#endif
@@ -1805,7 +1806,7 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag)
1805 strout ("#<xwidget-view ", -1, -1, printcharfun); 1806 strout ("#<xwidget-view ", -1, -1, printcharfun);
1806 PRINTCHAR ('>'); 1807 PRINTCHAR ('>');
1807 } 1808 }
1808#endif 1809#endif
1809 else if (WINDOWP (obj)) 1810 else if (WINDOWP (obj))
1810 { 1811 {
1811 int len; 1812 int len;