]> git.eshelyaron.com Git - emacs.git/commitdiff
whitespace cleanup
authorjave <joakim@verona.se>
Wed, 31 Dec 2008 23:26:22 +0000 (00:26 +0100)
committerjave <joakim@verona.se>
Wed, 31 Dec 2008 23:26:22 +0000 (00:26 +0100)
src/print.c

index 5eb46c15d680aefcfd2ba42a28f03f48d3785e42..f5e8d535dff1fc0a046f14810489e4eecdf70699 100644 (file)
@@ -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;