Files
test2/source/blender/sequencer
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
..
2023-02-22 13:16:32 +01:00
2022-06-29 12:48:34 +02:00
2022-08-26 15:58:32 +10:00
2022-06-29 12:48:34 +02:00
2023-02-22 13:16:32 +01:00
2022-08-26 15:58:32 +10:00
2022-06-29 12:48:34 +02:00