Fix tizen coding rule M16 30/284330/1
authorKwanghoon Son <k.son@samsung.com>
Wed, 16 Nov 2022 01:07:07 +0000 (20:07 -0500)
committerKwanghoon Son <k.son@samsung.com>
Wed, 16 Nov 2022 01:07:07 +0000 (20:07 -0500)
commit17ba55adf1f8318348d2b35051f049cde51bfc18
treef9b1a0012f510918e10bb97b0c7925ebe68dcdfd
parent02961609bb9e5d6e0fab3e32a11be9715b0d4ccf
Fix tizen coding rule M16

[Issue type] Fix

[M16] Open braces for enum, union and struct go on the same line.

this make braces to
```
struct people { // same line
};
```

Change-Id: I4c2c293244c8bbfaf6630ccda861f1e96cf0c153
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
.clang-format