Skip to content

Commit

Permalink
cleanup: move comment block separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Apr 4, 2016
1 parent 0ca91f4 commit 2a77a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/comm.c
Expand Up @@ -7,11 +7,11 @@

#include <string.h>

/* =========================== PUBLIC API =========================== */

static GString *
append_escaped (GString *dest, const gchar *src);

/* =========================== PUBLIC API =========================== */

void
uzbl_comm_string_append_double (GString *buf, double val)
{
Expand Down

0 comments on commit 2a77a37

Please sign in to comment.