Skip to content

Commit 51bd5d5

Browse files
committed
style: format files
1 parent 7c09f5a commit 51bd5d5

File tree

1 file changed

+1
-1
lines changed
  • include/hicr/frontends/channel/variableSize/spsc

1 file changed

+1
-1
lines changed

include/hicr/frontends/channel/variableSize/spsc/producer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class Producer : public variableSize::Base
235235
* @return payload buffer capacity (in bytes)
236236
*/
237237
__INLINE__ size_t getPayloadCapacity() { return getCircularBufferForPayloads()->getCapacity(); }
238-
238+
239239
/**
240240
* Get depth of the coordination buffer of variable-size producer.
241241
* Because the current implementation first receives the payload (phase 1) before

0 commit comments

Comments
 (0)