Skip to content

Commit a4d2c8e

Browse files
committed
Reformat
1 parent 31bfd5a commit a4d2c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web_video_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void WebVideoServer::restreamFrames(double max_age)
135135
{
136136
std::scoped_lock lock(subscriber_mutex_);
137137

138-
for (auto& subscriber : image_subscribers_) {
138+
for (auto & subscriber : image_subscribers_) {
139139
subscriber->restreamFrame(max_age);
140140
}
141141
}

0 commit comments

Comments
 (0)