Fabian Homborg ab5d7f80d0 Restyle codebase
And again clang-format does something I don't like:

-    if (found != end && std::strncmp(found->name, name, len) == 0 && found->name[len] == 0) return found;
+    if (found != end && std::strncmp(found->name, name, len) == 0 && found->name[len] == 0)
+        return found;

I *know* this is a bit of a long line. I would still quite like having
no brace-less multi-line if *ever*. Either put the body on the same
line, or add braces.

Blergh
2020-12-06 15:39:54 +01:00
..
2020-12-06 11:32:01 +01:00
2020-11-22 14:39:48 +01:00
2020-05-30 10:07:21 +02:00
2020-12-06 15:39:54 +01:00
2020-10-12 20:25:35 +02:00
2020-11-22 14:39:48 +01:00
2020-10-04 14:51:05 +02:00