Fix missing newlines at end of files

personal/stbuehler/wip
Stefan Bühler 14 years ago
parent a061745193
commit b187c4f3c5

@ -14,4 +14,4 @@ typedef enum {
GString *string_encode_append(const gchar *str, GString *dest, encoding_t encoding);
GString *string_encode(const gchar *str, GString *dest, encoding_t encoding);
#endif
#endif

@ -251,4 +251,4 @@ gpointer li_radixtree32_lookup_exact(liRadixTree32 *tree, guint32 key) {
return NULL;
return (node->key == key) ? node->data : NULL;
}
}

@ -142,4 +142,4 @@ void throttle_cb(struct ev_loop *loop, ev_timer *w, int revents) {
}
li_waitqueue_update(&wrk->throttle_queue);
}
}

Loading…
Cancel
Save