From ed94e0cbc430ba67c61cedeac694f75b62e638a2 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Wed, 25 Nov 2020 19:37:09 +0900 Subject: [PATCH] format --- Artnet.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Artnet.h b/Artnet.h index 426ad33..e075b0f 100644 --- a/Artnet.h +++ b/Artnet.h @@ -368,7 +368,9 @@ namespace arx { } protected: - void attach(S& s) { stream = &s; } + void attach(S& s) { + stream = &s; + } private: inline bool checkID() const {