Skip to content

Commit 274e2c7

Browse files
committed
Fix another cpplint issue
1 parent a20ce88 commit 274e2c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/acn/RootSender.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ namespace acn {
3232

3333
class RootSender {
3434
public:
35-
explicit RootSender(const ola::acn::CID &cid, bool force_length_flag = false);
35+
explicit RootSender(const ola::acn::CID &cid,
36+
bool force_length_flag = false);
3637
~RootSender() {}
3738

3839
// Convenience method to encapsulate & send a single PDU

0 commit comments

Comments
 (0)