summaryrefslogtreecommitdiff
path: root/src/ivyargument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyargument.h')
-rwxr-xr-xsrc/ivyargument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ivyargument.h b/src/ivyargument.h
index 693d34b..0176f21 100755
--- a/src/ivyargument.h
+++ b/src/ivyargument.h
@@ -31,4 +31,5 @@ IvyArgument IvyAddChildValue( IvyArgument arg, int childvaluelen, const void* ch
IvyArgument IvyArgumentDeserialize( int buf_len, void* buffer, int * buf_adv);
int IvyArgumentSerialize(IvyArgument arg, int *buf_len, void **buffer, int offset);
-#endif \ No newline at end of file
+#endif
+