summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-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/>. */
#include "blockinput.h"
#include "termhooks.h" /* For struct terminal. */
#include "font.h"
+
#ifdef HAVE_XWIDGETS
#include "xwidget.h"
#endif
@@ -1805,7 +1806,7 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag)
strout ("#<xwidget-view ", -1, -1, printcharfun);
PRINTCHAR ('>');
}
-#endif
+#endif
else if (WINDOWP (obj))
{
int len;