summaryrefslogtreecommitdiff
path: root/src/support/unique_deferring_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/unique_deferring_queue.h')
-rw-r--r--src/support/unique_deferring_queue.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/support/unique_deferring_queue.h b/src/support/unique_deferring_queue.h
index eb024e5b8..ad8f3967d 100644
--- a/src/support/unique_deferring_queue.h
+++ b/src/support/unique_deferring_queue.h
@@ -28,8 +28,7 @@
namespace wasm {
-template<typename T>
-struct UniqueDeferredQueue {
+template<typename T> struct UniqueDeferredQueue {
// implemented as an internal queue, plus a map
// that says how many times an element appears. we
// can then skip non-final appearances. this lets us