mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Run clang-format over C++ files
This commit is contained in:
parent
1884497308
commit
ca6dfc0cb5
12 changed files with 141 additions and 107 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "slint_pathdata_internal.h"
|
||||
|
||||
namespace slint::private_api {
|
||||
using cbindgen_private::PathEvent;
|
||||
using cbindgen_private::types::PathArcTo;
|
||||
using cbindgen_private::types::PathCubicTo;
|
||||
using cbindgen_private::types::PathElement;
|
||||
|
@ -14,7 +15,6 @@ using cbindgen_private::types::PathLineTo;
|
|||
using cbindgen_private::types::PathMoveTo;
|
||||
using cbindgen_private::types::PathQuadraticTo;
|
||||
using cbindgen_private::types::Point;
|
||||
using cbindgen_private::PathEvent;
|
||||
|
||||
struct PathData
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue