This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
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: blender/blender#105594
2023-03-29 16:50:54 +02:00
..
2023-03-05 19:53:40 +01:00
2022-02-11 09:14:36 +11:00
2022-09-19 14:52:27 +10:00
2022-11-02 10:18:19 +11:00
2022-11-08 11:13:58 +11:00
2022-11-08 11:13:58 +11:00
2022-09-21 12:00:01 +10:00