Skip to content

Commit d657f10

Browse files
committed
removed whitespaces
1 parent f0e3632 commit d657f10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/alphamat/include/opencv2/alphamat.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
(3-clause BSD License)
88
Copyright (C) 2013, OpenCV Foundation, all rights reserved.
99
Third party copyrights are property of their respective owners.
10-
10+
1111
Redistribution and use in source and binary forms, with or without modification,
1212
are permitted provided that the following conditions are met:
13-
13+
1414
* Redistributions of source code must retain the above copyright notice,
1515
this list of conditions and the following disclaimer.
16-
16+
1717
* Redistributions in binary form must reproduce the above copyright notice,
1818
this list of conditions and the following disclaimer in the documentation
1919
and/or other materials provided with the distribution.
20-
20+
2121
* Neither the names of the copyright holders nor the names of the contributors
2222
may be used to endorse or promote products derived from this software
2323
without specific prior written permission.
24-
24+
2525
This software is provided by the copyright holders and contributors "as is" and
2626
any express or implied warranties, including, but not limited to, the implied
2727
warranties of merchantability and fitness for a particular purpose are

modules/alphamat/src/precomp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
namespace cv{
2626
namespace alphamat{
27-
const int dim = 5; // dimension of feature vectors
27+
const int dim = 5; // dimension of feature vectors
2828
}
2929
}
3030

0 commit comments

Comments
 (0)