Skip to content

Commit

Permalink
Clean: format clang style
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Sep 19, 2023
1 parent bf877e6 commit 9da9d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gsad_http_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ make_url_handlers ()
http_handler_new (handle_setup_credentials));
http_handler_add (system_report_handler,
http_handler_new (handle_system_report));
system_report_url_handler = url_handler_new ("^/system_report/.+$",
system_report_handler);
system_report_url_handler =
url_handler_new ("^/system_report/.+$", system_report_handler);

// Create /logout handler.

Expand Down

0 comments on commit 9da9d73

Please sign in to comment.