changeset 656:10c05931dfe5

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Feb 2015 23:45:39 +0200
parents 68994cb1f1a6
children 8b8ef14d7177
files util.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util.h	Wed Jan 28 13:04:19 2015 +0200
+++ b/util.h	Mon Feb 02 23:45:39 2015 +0200
@@ -60,6 +60,7 @@
     BOOL dirty;
 } nn_editbuf_t;
 
+
 int         nn_editbuf_write(nn_editbuf_t *buf, size_t pos, char ch);
 int         nn_editbuf_insert(nn_editbuf_t *buf, size_t pos, char ch);
 int         nn_editbuf_delete(nn_editbuf_t *buf, size_t pos);