Files
test/source/blender/blenlib
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
..
2022-12-29 12:01:32 -05:00
2022-11-08 15:50:49 +01:00
2022-11-12 18:33:31 +01:00
2022-11-12 18:33:31 +01:00
2023-03-10 12:58:10 +11:00
2023-03-09 18:15:22 +01:00
2023-03-09 10:39:49 +11:00
2023-03-27 12:08:14 +11:00
2023-01-31 15:49:04 +11:00