From 5a83c1296cee5b0bfaae564896f56d78ae265fbc Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 17 Sep 2013 16:28:39 -0400 Subject: astyled everything. --- toxcore/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/util.h') diff --git a/toxcore/util.h b/toxcore/util.h index 6937f7d4..9e4ac79a 100644 --- a/toxcore/util.h +++ b/toxcore/util.h @@ -18,7 +18,7 @@ void id_cpy(uint8_t *dest, uint8_t *src); typedef int (*load_state_callback_func)(void *outer, uint8_t *data, uint32_t len, uint16_t type); int load_state(load_state_callback_func load_state_callback, void *outer, - uint8_t *data, uint32_t length, uint16_t cookie_inner); + uint8_t *data, uint32_t length, uint16_t cookie_inner); #undef LOGGING /* #define LOGGING */ -- cgit v1.2.3