aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/includes/hicn/transport/utils/membuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/includes/hicn/transport/utils/membuf.h')
-rw-r--r--libtransport/includes/hicn/transport/utils/membuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtransport/includes/hicn/transport/utils/membuf.h b/libtransport/includes/hicn/transport/utils/membuf.h
index 0db87e9dd..6f92c2208 100644
--- a/libtransport/includes/hicn/transport/utils/membuf.h
+++ b/libtransport/includes/hicn/transport/utils/membuf.h
@@ -719,8 +719,8 @@ class MemBuf {
/**
* Override operator == and !=
*/
- bool operator ==(const MemBuf &other);
- bool operator !=(const MemBuf &other);
+ bool operator==(const MemBuf& other);
+ bool operator!=(const MemBuf& other);
// /**
// * Iteration support: a chain of MemBufs may be iterated through using