summaryrefslogtreecommitdiff
path: root/frontends/cocoa/font.h
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-05 12:43:58 +0200
committerSven Weidauer <sven@5sw.de>2017-06-05 12:43:58 +0200
commit7a3976a120e33a9a56590388e5ed077a0c766e14 (patch)
treeb5accdebdecea0ba26cd14b5e2d2cfc2f7b82d1b /frontends/cocoa/font.h
parente51c739bfc8e0c50161172952c99b8796703c6fe (diff)
downloadnetsurf-7a3976a120e33a9a56590388e5ed077a0c766e14.tar.gz
netsurf-7a3976a120e33a9a56590388e5ed077a0c766e14.tar.bz2
Reformat headers as well.
Diffstat (limited to 'frontends/cocoa/font.h')
-rw-r--r--frontends/cocoa/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/font.h b/frontends/cocoa/font.h
index ed0479765..221b885a1 100644
--- a/frontends/cocoa/font.h
+++ b/frontends/cocoa/font.h
@@ -21,7 +21,7 @@
#import "netsurf/plot_style.h"
-void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const struct plot_font_style *style );
+void cocoa_draw_string(CGFloat x, CGFloat y, const char *bytes, size_t length, const struct plot_font_style *style);
struct gui_layout_table *cocoa_layout_table;