reverted changes from clang-format

This commit is contained in:
sss
2021-02-24 15:53:43 +03:00
committed by akallabeth
parent bee2e1526d
commit 6574fdf6e4
34 changed files with 97 additions and 154 deletions

View File

@@ -276,8 +276,7 @@ struct uwac_output_geometry_event
typedef struct uwac_output_geometry_event UwacOutputGeometryEvent;
/** @brief */
union uwac_event
{
union uwac_event {
int type;
UwacOutputNewEvent output_new;
UwacOutputGeometryEvent output_geometry;