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 15:39:49 +01:00
2020-12-06 15:39:54 +01:00
2020-11-13 15:12:14 +01:00
2020-11-15 09:17:23 +01:00
2020-11-15 09:17:23 +01:00