summaryrefslogtreecommitdiff
path: root/frontends/cocoa/plotter.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/plotter.h')
-rw-r--r--frontends/cocoa/plotter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/cocoa/plotter.h b/frontends/cocoa/plotter.h
index ce4865336..be76d0acf 100644
--- a/frontends/cocoa/plotter.h
+++ b/frontends/cocoa/plotter.h
@@ -24,10 +24,10 @@
extern const struct plotter_table cocoa_plotters;
-NSColor *cocoa_convert_colour( colour clr );
+NSColor *cocoa_convert_colour(colour clr);
-void cocoa_update_scale_factor( void );
+void cocoa_update_scale_factor(void);
-void cocoa_set_clip( NSRect rect );
+void cocoa_set_clip(NSRect rect);
#endif