aboutsummaryrefslogtreecommitdiff
path: root/include/device_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device_proto.h')
-rw-r--r--include/device_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device_proto.h b/include/device_proto.h
index 40b2a22..4044cdc 100644
--- a/include/device_proto.h
+++ b/include/device_proto.h
@@ -144,7 +144,7 @@ public:
bzero(&packet, sizeof(packet));
}
- response_payload & data(){
+ response_payload & data() {
return packet.payload;
}