Skip to content

Commit d9d3fb3

Browse files
Toolsax3l
authored andcommitted
Cleanup: Remove EOL White Spaces
Performed with sed script `sed -i 's/[ \t]*$//' $i` and committed via generic "tools" user.
1 parent 321298c commit d9d3fb3

File tree

71 files changed

+180
-183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+180
-183
lines changed

examples/Bunch/include/simulation_defines/param/precision.param

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222

2323
#pragma once

examples/Bunch/include/simulation_defines/param/radiationObserver.param

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222
#pragma once
2323

@@ -69,8 +69,8 @@ namespace picongpu
6969
picongpu::float_32 cosTheta;
7070
math::sincos(precisionCast<picongpu::float_32>(theta), sinTheta, cosTheta);
7171
return vector_64(sinTheta, cosTheta, 0.0);
72-
72+
7373
}
74-
74+
7575
} // end namespace radiation_observer
7676
} // end namespace picongpu

examples/Bunch/include/simulation_defines/param/starter.param

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222

2323
#pragma once

examples/Bunch/include/simulation_defines/param/visColorScales.param

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222

2323
#pragma once
@@ -37,7 +37,7 @@ namespace picongpu
3737
return;
3838
}
3939
}
40-
40+
4141
namespace gray
4242
{
4343
HDINLINE void addRGB( float3_X& img,
@@ -52,7 +52,7 @@ namespace picongpu
5252
+ myChannel * value * opacity;
5353
}
5454
}
55-
55+
5656
namespace grayInv
5757
{
5858
HDINLINE void addRGB( float3_X& img,
@@ -67,7 +67,7 @@ namespace picongpu
6767
+ myChannel * (float_X(1.0) - value ) * opacity;
6868
}
6969
}
70-
70+
7171
namespace red
7272
{
7373
HDINLINE void addRGB( float3_X& img,
@@ -82,7 +82,7 @@ namespace picongpu
8282
+ myChannel * value * opacity;
8383
}
8484
}
85-
85+
8686
namespace green
8787
{
8888
HDINLINE void addRGB( float3_X& img,
@@ -97,7 +97,7 @@ namespace picongpu
9797
+ myChannel * value * opacity;
9898
}
9999
}
100-
100+
101101
namespace blue
102102
{
103103
HDINLINE void addRGB( float3_X& img,

examples/KelvinHelmholtz/include/simulation_defines/extensionParam.loader

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121
#pragma once
2222

2323
// #include "simulation_defines/param/testExtension.param"
24-
24+

examples/KelvinHelmholtz/include/simulation_defines/extensionUnitless.loader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121
#pragma once
2222

2323
//#include "simulation_defines/unitless/testExtension.unitless"

examples/KelvinHelmholtz/include/simulation_defines/param/radiationObserver.param

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222
#pragma once
2323

@@ -46,7 +46,7 @@ namespace picongpu
4646
* The axises of the octant point towards:
4747
* (+1,0,0) ; (0,+1,0) ; (0,0,-1)
4848
*/
49-
49+
5050
/* generate two indices from single block index */
5151
constexpr int N_angle_split = 16; /* index split distance */
5252
/* get column index for computing angle theta: */
@@ -63,7 +63,7 @@ namespace picongpu
6363
/* compute both angles */
6464
const picongpu::float_64 theta( my_index_theta * delta_angle + 0.5*picongpu::PI );
6565
const picongpu::float_64 phi( my_index_phi * delta_angle );
66-
66+
6767
/* compute unit vector */
6868
picongpu::float_32 sinPhi;
6969
picongpu::float_32 cosPhi;
@@ -75,6 +75,6 @@ namespace picongpu
7575

7676

7777
}
78-
78+
7979
} // end namespace radiation_observer
8080
} // end namespace picongpu

examples/KelvinHelmholtz/include/simulation_defines/param/visColorScales.param

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222

2323
#pragma once
@@ -37,7 +37,7 @@ namespace picongpu
3737
return;
3838
}
3939
}
40-
40+
4141
namespace gray
4242
{
4343
HDINLINE void addRGB( float3_X& img,
@@ -52,7 +52,7 @@ namespace picongpu
5252
+ myChannel * value * opacity;
5353
}
5454
}
55-
55+
5656
namespace grayInv
5757
{
5858
HDINLINE void addRGB( float3_X& img,
@@ -67,7 +67,7 @@ namespace picongpu
6767
+ myChannel * (float_X(1.0) - value ) * opacity;
6868
}
6969
}
70-
70+
7171
namespace red
7272
{
7373
HDINLINE void addRGB( float3_X& img,
@@ -82,7 +82,7 @@ namespace picongpu
8282
+ myChannel * value * opacity;
8383
}
8484
}
85-
85+
8686
namespace green
8787
{
8888
HDINLINE void addRGB( float3_X& img,
@@ -97,7 +97,7 @@ namespace picongpu
9797
+ myChannel * value * opacity;
9898
}
9999
}
100-
100+
101101
namespace blue
102102
{
103103
HDINLINE void addRGB( float3_X& img,

examples/LaserWakefield/include/simulation_defines/param/particleConfig.param

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef QuietImpl<QuietParameter> Quiet;
7171

7272
namespace manipulators
7373
{
74-
74+
7575
struct BoundElectronsWhenNeutral
7676
{
7777
/* space for attribute initial parameters */

examples/LaserWakefield/include/simulation_defines/param/precision.param

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* along with PIConGPU.
1818
* If not, see <http://www.gnu.org/licenses/>.
1919
*/
20-
20+
2121

2222

2323
#pragma once

0 commit comments

Comments
 (0)