Skip to content

Commit 13ac23c

Browse files
committed
(fix) align with clang
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
1 parent 9bda277 commit 13ac23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/requests/gateway/grpc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ class grpcRequest : public NodeRequest {
345345
sample_dummy->ts.origin = time_from_double(timestamp);
346346
sample_dummy->length = 0;
347347
auto siglists = std::make_shared<SignalList>();
348-
json_array_foreach(json_value, i, json_data) {
348+
json_array_foreach (json_value, i, json_data) {
349349
auto sig = std::make_shared<Signal>();
350350
switch (json_data->type) {
351351
case json_type::JSON_INTEGER:

0 commit comments

Comments
 (0)