mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Update .clang-format
Align with wlroots style
This commit is contained in:
parent
96b5ab1fc1
commit
96e05057a3
32 changed files with 669 additions and 515 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include "common/font.h"
|
||||
|
||||
static PangoRectangle font_extents(const char *font_description,
|
||||
const char *string)
|
||||
static PangoRectangle
|
||||
font_extents(const char *font_description, const char *string)
|
||||
{
|
||||
PangoRectangle rect;
|
||||
cairo_surface_t *surface;
|
||||
|
|
@ -35,7 +35,8 @@ static PangoRectangle font_extents(const char *font_description,
|
|||
return rect;
|
||||
}
|
||||
|
||||
int font_height(const char *font_description)
|
||||
int
|
||||
font_height(const char *font_description)
|
||||
{
|
||||
PangoRectangle rectangle;
|
||||
rectangle = font_extents(font_description, "abcdefg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue