tornavis/source/blender/blenfont
Sergey Sharybin d32d787f5f Clang-Format: Allow empty functions to be single-line
For example

```
OIIOOutputDriver::~OIIOOutputDriver()
{
}
```

becomes

```
OIIOOutputDriver::~OIIOOutputDriver() {}
```

Saves quite some vertical space, which is especially handy for
constructors.

Pull Request: https://projects.blender.org/blender/blender/pulls/105594
2023-03-29 16:50:54 +02:00
..
intern Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLF_api.h Cleanup: remove redundant forward declarations for structs 2023-01-18 18:41:13 +11:00
CMakeLists.txt