Minor coding style cleanup.

This commit is contained in:
Axel Dörfler
2012-11-28 22:34:48 +01:00
parent ed80f189ce
commit 8df20d2c85
+2 -2
View File
@@ -125,7 +125,7 @@ vesa_get_overlay_constraints(const display_mode *mode,
static overlay_token static overlay_token
vesa_allocate_overlay(void) vesa_allocate_overlay()
{ {
debug_printf("allocate_overlay()\n"); debug_printf("allocate_overlay()\n");
@@ -186,7 +186,7 @@ vesa_move_cursor(uint16 x, uint16 y)
void void
vesa_show_cursor(bool is_visible) vesa_show_cursor(bool isVisible)
{ {
} }
#endif // # FAKE_HARDWARE_CURSOR_SUPPORT #endif // # FAKE_HARDWARE_CURSOR_SUPPORT