Reformat with 2-space indents
[yaz4j-moved-to-github.git] / src / main / native / zoom-extra.cpp
index 2f4cb6f..7f4d09b 100644 (file)
@@ -1,9 +1,8 @@
 #include "zoom-extra.h"
 #include <string.h>
 
-struct CharStarByteArray ZOOM_record_get_bytes(ZOOM_record rec, const char *type)
-{
-       struct CharStarByteArray node;
-       node.data = ZOOM_record_get(rec, type, &node.length);
-       return node;
+struct CharStarByteArray ZOOM_record_get_bytes(ZOOM_record rec, const char *type) {
+    struct CharStarByteArray node;
+    node.data = ZOOM_record_get(rec, type, &node.length);
+    return node;
 }