Skip to content

Commit 9163f86

Browse files
committed
Merge pull request #2918 from alalek:fix_whitespace
2 parents 4a36e77 + f7c034c commit 9163f86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/rgbd/src/opencl/hash_tsdf.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ inline float3 getNormalVoxel(float3 ptVox, __global const struct TsdfVoxel* allV
384384
int4 offsets[] = { (int4)( 1, 0, 0, 0), (int4)(-1, 0, 0, 0), (int4)( 0, 1, 0, 0), // 0-3
385385
(int4)( 0, -1, 0, 0), (int4)( 0, 0, 1, 0), (int4)( 0, 0, -1, 0) // 4-7
386386
};
387-
387+
388388
const int nVals = 6;
389389
float vals[6];
390390
#else

modules/wechat_qrcode/LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Tencent is pleased to support the open source community by making WeChat QRCode available.
22

3-
Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4-
The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications").
3+
Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4+
The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications").
55
All Tencent Modifications are Copyright (C) THL A29 Limited.
66

7-
WeChat QRCode is licensed under the Apache License Version 2.0, except for the third-party components listed below.
7+
WeChat QRCode is licensed under the Apache License Version 2.0, except for the third-party components listed below.
88

99
Terms of the Apache License Version 2.0
1010
--------------------------------------------------------------------

0 commit comments

Comments
 (0)