Reformat with 2-space indents
[yaz4j-moved-to-github.git] / src / main / native / zoom-extra.h
index 0792b9a..f6bab50 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef INCLUDED_WRAPPER
 #define INCLUDED_WRAPPER
 #include <yaz/zoom.h>
-struct CharStarByteArray
-{
-       const char* data;
-       int length;
+
+struct CharStarByteArray {
+    const char* data;
+    int length;
 };
 struct CharStarByteArray ZOOM_record_get_bytes(ZOOM_record rec, const char *type);
 #endif