diff options
| author | 2020-06-08 22:47:19 +0200 | |
|---|---|---|
| committer | 2020-06-08 22:47:19 +0200 | |
| commit | 5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd (patch) | |
| tree | 8d4ef9664917e395ff3c72b7966ad16c50a4baeb /libcnary | |
| parent | 137716df3f197a7184c1fba88fcb30480dafd6e0 (diff) | |
| download | libplist-5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd.tar.gz libplist-5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd.tar.bz2 | |
Remove whitespace errors from all files
Diffstat (limited to 'libcnary')
| -rw-r--r-- | libcnary/node_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcnary/node_list.c b/libcnary/node_list.c index b0dca0a..d071881 100644 --- a/libcnary/node_list.c +++ b/libcnary/node_list.c | |||
| @@ -151,7 +151,7 @@ int node_list_remove(node_list_t* list, node_t* node) { | |||
| 151 | return node_index; | 151 | return node_index; |
| 152 | } | 152 | } |
| 153 | node_index++; | 153 | node_index++; |
| 154 | } | 154 | } |
| 155 | return -1; | 155 | return -1; |
| 156 | } | 156 | } |
| 157 | 157 | ||
