summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-varint.c
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-02-02 13:48:29 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-02-02 15:07:56 +0100
commit6a3959c895768e81438eead3b6c0e06c22521edd (patch)
tree99f666130893c937e6a11cb4c84dba10e6968a9f /src/libostree/ostree-varint.c
parent27a45e2edbd1c4551b801a957cafcb27b3417fd3 (diff)
downloadostree-6a3959c895768e81438eead3b6c0e06c22521edd.tar.gz
syntax-check: Remove empty lines at the end of file
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'src/libostree/ostree-varint.c')
-rw-r--r--src/libostree/ostree-varint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libostree/ostree-varint.c b/src/libostree/ostree-varint.c
index 800aaa6d..3f1c7ead 100644
--- a/src/libostree/ostree-varint.c
+++ b/src/libostree/ostree-varint.c
@@ -183,4 +183,3 @@ _ostree_write_varuint64 (GString *buf, guint64 n)
for (i = 0; i < size; i++)
g_string_append_c (buf, target[i]);
}
-