summaryrefslogtreecommitdiff
path: root/ot_stats.c
diff options
context:
space:
mode:
authorerdgeist <>2007-11-06 12:03:11 +0000
committererdgeist <>2007-11-06 12:03:11 +0000
commitbbbaa0e09d21b1f224acb1dc21b10192af086b46 (patch)
tree96ad13b78fb881f1b027e919c6d849346aef3ea5 /ot_stats.c
parent8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 (diff)
Fixed warnings about newlines at end of file
Diffstat (limited to 'ot_stats.c')
-rw-r--r--ot_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_stats.c b/ot_stats.c
index 215d557..93cbd39 100644
--- a/ot_stats.c
+++ b/ot_stats.c
@@ -198,4 +198,4 @@ size_t return_memstat_for_tracker( char **reply ) {
198 fix_mmapallocation( *reply, allocated, replysize ); 198 fix_mmapallocation( *reply, allocated, replysize );
199 199
200 return replysize; 200 return replysize;
201} \ No newline at end of file 201}