From 781969994b5381ba4bed03beef217f9bde6e7c58 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 19 Apr 2011 23:49:56 +0200 Subject: Indent with spaces and strip trailing whitespace. --- pcl/pcfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcl/pcfont.h') diff --git a/pcl/pcfont.h b/pcl/pcfont.h index e0c12b7e9..3995b2a2c 100644 --- a/pcl/pcfont.h +++ b/pcl/pcfont.h @@ -38,7 +38,7 @@ int pcl_recompute_font(pcl_state_t * pcs, bool internal_only); #define pcl_break_underline(pcs) \ BEGIN \ if (pcs->underline_enabled) \ - pcl_do_underline(pcs); \ + pcl_do_underline(pcs); \ END /* ...and then, after repositioning, restart underlining if necessary... */ -- cgit v1.2.3