Remove empty new lines at the EOF

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #242
Approved by: cgwalters
This commit is contained in:
Giuseppe Scrivano 2016-04-07 10:06:54 +02:00 committed by Colin Walters (automation)
parent 6a091c96ba
commit 3152516ab3
4 changed files with 0 additions and 6 deletions

View File

@ -22,4 +22,3 @@ notifications:
branches:
only:
- auto

View File

@ -209,6 +209,3 @@ That will truncate the history older than 6 months. Deleted commits
will have "tombstone markers" added so that you know they were
explicitly deleted, but all content in them (that is not referenced by
a still retained commit) will be garbage collected.

View File

@ -1850,4 +1850,3 @@ ostree_sysroot_deployment_unlock (OstreeSysroot *self,
out:
return ret;
}

View File

@ -66,4 +66,3 @@ path_is_on_readonly_fs (char *path)
return (stvfsbuf.f_flag & ST_RDONLY) != 0;
}