Skip to content

Commit c54add2

Browse files
committed
format
1 parent 38941a5 commit c54add2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/dynamic-graph/command-bind.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ struct CommandReturnType0 : public Command {
400400
protected:
401401
virtual Value doExecute() {
402402
assert(getParameterValues().size() == 0);
403-
Value res (fptr());
403+
Value res(fptr());
404404
return res;
405405
}
406406

include/dynamic-graph/tracer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#define DYNAMIC_GRAPH_TRACER_H
88
#include <boost/function.hpp>
99
#include <list>
10-
#include <string>
1110
#include <mutex>
11+
#include <string>
1212

1313
#include <dynamic-graph/entity.h>
1414
#include <dynamic-graph/exception-traces.h>

0 commit comments

Comments
 (0)