diff options
| author | jave | 2009-01-01 00:26:22 +0100 |
|---|---|---|
| committer | jave | 2009-01-01 00:26:22 +0100 |
| commit | 6d1cade4ed64f099a5af05b3cead4fcb40904b19 (patch) | |
| tree | b6ff82888db843e69b4ee1617ae6029727c64286 | |
| parent | 35c2e62acf3ccc4741b4fc57fc96a2917e5f3cb1 (diff) | |
| download | emacs-6d1cade4ed64f099a5af05b3cead4fcb40904b19.tar.gz emacs-6d1cade4ed64f099a5af05b3cead4fcb40904b19.zip | |
whitespace cleanup
| -rw-r--r-- | src/print.c | 3 |
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; |