summaryrefslogtreecommitdiff
path: root/src/reclaim-attribute/reclaim_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim-attribute/reclaim_attribute.h')
-rw-r--r--src/reclaim-attribute/reclaim_attribute.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/reclaim-attribute/reclaim_attribute.h b/src/reclaim-attribute/reclaim_attribute.h
index 5e87e6e16..d7358847e 100644
--- a/src/reclaim-attribute/reclaim_attribute.h
+++ b/src/reclaim-attribute/reclaim_attribute.h
@@ -31,7 +31,8 @@
31/** 31/**
32 * Serialized claim 32 * Serialized claim
33 */ 33 */
34struct Attribute { 34struct Attribute
35{
35 /** 36 /**
36 * Attribute type 37 * Attribute type
37 */ 38 */
@@ -57,7 +58,7 @@ struct Attribute {
57 */ 58 */
58 uint32_t data_size; 59 uint32_t data_size;
59 60
60 //followed by data_size Attribute value data 61 // followed by data_size Attribute value data
61}; 62};
62 63
63#endif 64#endif