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-06-08 17:33:04 +02:00
2020-11-23 19:36:39 -08:00
2020-11-22 14:39:48 +01:00
2020-11-22 14:39:48 +01:00
2020-12-06 15:39:54 +01:00
2020-11-13 15:11:29 +01:00
2020-11-11 19:20:55 +01:00
2020-06-24 20:43:56 +02:00
2020-09-22 16:13:24 +02:00
2020-11-22 14:39:48 +01:00
2020-11-22 14:39:48 +01:00
2020-12-06 15:39:54 +01:00
2020-11-22 14:39:48 +01:00
2020-06-13 15:21:40 +02:00
2020-11-22 14:39:48 +01:00
2020-09-27 09:22:45 +02:00
2020-11-22 14:39:48 +01:00
2020-11-06 17:56:38 +01:00