aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-03 05:40:25 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-03 05:40:25 +0100
commitf07ee0970f381c58b50041a19640f14ec3adf67c (patch)
tree03baddf8df7b616bf7f269b221bce5569af2d640
parentcomparison of versions (diff)
downloadlibrarian-f07ee0970f381c58b50041a19640f14ec3adf67c.tar.gz
librarian-f07ee0970f381c58b50041a19640f14ec3adf67c.tar.bz2
librarian-f07ee0970f381c58b50041a19640f14ec3adf67c.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/librarian.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librarian.c b/src/librarian.c
index 2b21b39..f0441fb 100644
--- a/src/librarian.c
+++ b/src/librarian.c
@@ -30,12 +30,14 @@
#define t(...) do { if (__VA_ARGS__) goto fail; } while (0)
+
/**
* The name of the process.
*/
static const char *argv0;
+
/**
* A library and version range.
*/