Skip to content

Commit f36029c

Browse files
committed
fix: ./clang-format on recent screen.c/h changes
1 parent d22e690 commit f36029c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matron/src/hardware/screen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,6 @@ void screen_context_set_primary(void) {
715715
_screen_context_set(cr_primary);
716716
}
717717

718-
const screen_context_t * screen_context_get_primary(void) {
718+
const screen_context_t *screen_context_get_primary(void) {
719719
return (const screen_context_t *)cr_primary;
720720
}

matron/src/hardware/screen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ extern void screen_context_free(screen_context_t *context);
6767
extern void screen_context_get_current();
6868
extern void screen_context_set(const screen_context_t *context);
6969
extern void screen_context_set_primary(void);
70-
extern const screen_context_t* screen_context_get_primary();
70+
extern const screen_context_t *screen_context_get_primary();
7171

7272
extern void screen_current_point();

0 commit comments

Comments
 (0)