1
0
Fork 0

cogl/onscreen: Indent declaration parameters to align with above

This fixes warnings from check-code-style.

Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
Daniel van Vugt 2024-02-12 17:16:03 +08:00 committed by Mingi Sung
parent 0b33663007
commit fc7ece8a13
Signed by: sungmg
GPG key ID: 41BAFD6FFD8036C5

View file

@ -78,7 +78,7 @@ COGL_EXPORT CoglFrameInfo *
cogl_onscreen_peek_tail_frame_info (CoglOnscreen *onscreen);
COGL_EXPORT CoglFrameInfo *
cogl_onscreen_pop_head_frame_info (CoglOnscreen *onscreen);
cogl_onscreen_pop_head_frame_info (CoglOnscreen *onscreen);
COGL_EXPORT unsigned int
cogl_onscreen_get_pending_frame_count (CoglOnscreen *onscreen);