mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
util: Remove stray space from function signature
wl_fixed_to_double had a stray space before the parameter list. Remove this space. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
2c6350beb9
commit
2281bc08b2
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ wl_array_copy(struct wl_array *array, struct wl_array *source);
|
|||
typedef int32_t wl_fixed_t;
|
||||
|
||||
static inline double
|
||||
wl_fixed_to_double (wl_fixed_t f)
|
||||
wl_fixed_to_double(wl_fixed_t f)
|
||||
{
|
||||
union {
|
||||
double d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue