summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdcore.c')
-rw-r--r--src/osd/osdcore.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/osd/osdcore.c b/src/osd/osdcore.c
index 5079f8be2d6..fff285c02da 100644
--- a/src/osd/osdcore.c
+++ b/src/osd/osdcore.c
@@ -54,9 +54,9 @@ static output_delegate output_cb[OSD_OUTPUT_CHANNEL_COUNT] =
output_delegate osd_set_output_channel(output_channel channel, output_delegate callback)
{
if (!(channel < OSD_OUTPUT_CHANNEL_COUNT) || callback.isnull())
- {
- throw std::exception();
- }
+ {
+ throw std::exception();
+ }
/* return the originals if requested */
output_delegate prevcb = output_cb[channel];
@@ -166,4 +166,3 @@ void CLIB_DECL osd_printf_log(const char *format, ...)
va_end(argptr);
}
#endif
-