diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-19 23:49:56 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-19 23:49:56 +0200 |
commit | 781969994b5381ba4bed03beef217f9bde6e7c58 (patch) | |
tree | aede27c7532f0fbe82f03dc0c04c9316be510fd5 /pcl/pcfont.h | |
parent | 0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff) |
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'pcl/pcfont.h')
-rw-r--r-- | pcl/pcfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
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... */ |