summaryrefslogtreecommitdiff
path: root/frontends/cocoa/font.h
diff options
context:
space:
mode:
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;