summaryrefslogtreecommitdiff
path: root/cmd/libsnap-confine-private
diff options
authorZygmunt Krynicki <me@zygoon.pl>2019-07-01 13:02:46 +0200
committerZygmunt Krynicki <me@zygoon.pl>2019-07-02 11:02:16 +0200
commitfa76d80f5702b2b1266b7c1466fa1cbf5ae95b83 (patch)
tree010c1affa687cdcca4c2daa530439e3cf4defb5f /cmd/libsnap-confine-private
parent910b6fcdfcbc324af4d182f1aa4158ad12b7b75f (diff)
cmd/libsnap: fix tab-space on comment
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Diffstat (limited to 'cmd/libsnap-confine-private')
-rw-r--r--cmd/libsnap-confine-private/infofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/libsnap-confine-private/infofile.c b/cmd/libsnap-confine-private/infofile.c
index 860b6d3ea8..de65675469 100644
--- a/cmd/libsnap-confine-private/infofile.c
+++ b/cmd/libsnap-confine-private/infofile.c
@@ -60,7 +60,7 @@ int sc_infofile_get_key(FILE *stream, const char *key, char **value, sc_error **
if (nread <= 0) {
break; /* There is nothing more to read. */
}
- /* NOTE: beyond this line the buffer is never empty (ie, nread > 0). */
+ /* NOTE: beyond this line the buffer is never empty (ie, nread > 0). */
/* Guard against malformed input that may contain NUL bytes that
* would confuse the code below. */