po: Use "rsync" instead of "wget" for po-update target.
[pspp] / src / output / html.c
index fd6d40d106f32d4f460fd4ca13db8b8e7f921e02..38b89719a443095bf3456437a05b81bb6f6c450d 100644 (file)
@@ -51,7 +51,7 @@ struct html_driver
 #ifdef HAVE_CAIRO
     struct xr_color fg;
     struct xr_color bg;
-#endif    
+#endif
     struct file_handle *handle;
     char *chart_file_name;
 
@@ -495,7 +495,7 @@ html_output_table (struct html_driver *html, const struct table_item *item)
            {
              /* Cell borders. */
              n_borders = 0;
-          
+
              top = table_get_rule (t, TABLE_VERT, x, y);
              if (top > TAL_GAP)
                put_border (html->file, n_borders++, top, "top");