aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-08 14:17:38 +0100
committerlookshe <github@lookshe.org>2016-02-08 14:17:38 +0100
commit5aa2eb80475c4821eed89ae0b6a4585e3be3af60 (patch)
treee9f09eb2558f84cd6f154d4138b95bc7faa67993 /ui-shared.c
parent70d357f2397f70434f9c0246fe963b5795e2583f (diff)
normalized indenting
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 0c6d748..15bcb3f 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -1107,13 +1107,13 @@ void cgit_print_snapshot_links(const char *repo, const char *head,
extern void cgit_author_link(const char *author, const char *head)
{
- char *delim;
-
- delim = repolink(NULL, NULL, "log", head ? head : ctx.qry.head, NULL);
- html(delim);
- htmlf("qt=author&amp;q=");
- html_url_arg(author);
- html("'>");
- html_txt(author);
- html("</a>");
+ char *delim;
+
+ delim = repolink(NULL, NULL, "log", head ? head : ctx.qry.head, NULL);
+ html(delim);
+ htmlf("qt=author&amp;q=");
+ html_url_arg(author);
+ html("'>");
+ html_txt(author);
+ html("</a>");
}