Skip to content

Commit 1b1b40f

Browse files
author
chinhsuanwu
committed
fix whitespace
1 parent b03a837 commit 1b1b40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/rgbd/samples/large_kinfu_dbow_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ int main(int argc, char** argv)
111111

112112
Ptr<DepthSource> ds;
113113
Ptr<RGBSource> rgb;
114-
114+
115115
if (parser.has("depth"))
116116
ds = makePtr<DepthSource>(parser.get<String>("depth"));
117117
else

modules/rgbd/src/large_kinfu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class LargeKinfuImpl : public LargeKinfu
139139

140140
int frameCounter;
141141
Affine3f pose;
142-
142+
143143
Ptr<LoopClosureDetection> lcd;
144144
};
145145

0 commit comments

Comments
 (0)