diff options
| author | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-01 13:02:46 +0200 |
|---|---|---|
| committer | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-02 11:02:16 +0200 |
| commit | fa76d80f5702b2b1266b7c1466fa1cbf5ae95b83 (patch) | |
| tree | 010c1affa687cdcca4c2daa530439e3cf4defb5f /cmd/libsnap-confine-private | |
| parent | 910b6fcdfcbc324af4d182f1aa4158ad12b7b75f (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.c | 2 |
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. */ |
