Skip to content

Commit

Permalink
gpm-backlight: Fix the position of the inline keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Nov 28, 2020
1 parent d879a18 commit 1d77767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpm-backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ gpm_backlight_dialog_show (GpmBacklight *backlight)
*
* Finds the average between value1 and value2 set on a scale factor
**/
inline static gfloat
static inline gfloat
gpm_common_sum_scale (gfloat value1, gfloat value2, gfloat factor)
{
gfloat diff;
Expand Down

0 comments on commit 1d77767

Please sign in to comment.