From aaa97f875232081ac71a731c366f7430667cdc37 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 13 Dec 2022 13:24:54 +0000 Subject: [PATCH] Format code --- src/include/Routes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/Routes.h b/src/include/Routes.h index a10d35c..baea24e 100644 --- a/src/include/Routes.h +++ b/src/include/Routes.h @@ -57,9 +57,9 @@ typedef struct RouteArgs HashMap * \ name(RouteArgs * argsName) -ROUTE(RouteWellKnown); /* /.well-known */ -ROUTE(RouteMatrix); /* /_matrix */ -ROUTE(RouteLogin); /* /_matrix/client/(r0|v3)/login */ +ROUTE(RouteWellKnown); /* /.well-known */ +ROUTE(RouteMatrix); /* /_matrix */ +ROUTE(RouteLogin); /* /_matrix/client/(r0|v3)/login */ #undef ROUTE