Skip to content

Commit

Permalink
Fix newline at the end of some files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosus authored and Je06jm committed Aug 21, 2021
1 parent 0f6f41e commit 6ee9fe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion servers/rendering/renderer_rd/renderer_scene_render_rd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4902,4 +4902,4 @@ RendererSceneRenderRD::~RendererSceneRenderRD() {

directional_shadow_atlas_set_size(0);
cull_argument.reset(); //avoid exit error
}
}
2 changes: 1 addition & 1 deletion servers/rendering/renderer_rd/shaders/ffx_a.h
Original file line number Diff line number Diff line change
Expand Up @@ -4984,4 +4984,4 @@ AF4 opARcpF4(outAF4 d, inAF4 a) {
d = ARcpF4(a);
return d;
}
#endif
#endif
2 changes: 1 addition & 1 deletion servers/rendering/renderer_rd/shaders/ffx_fsr1.h
Original file line number Diff line number Diff line change
Expand Up @@ -1266,4 +1266,4 @@ void FsrTepdC10Hx2(inout AH2 cR, inout AH2 cG, inout AH2 cB, AH2 dit) {
cG = ASatH2(nG + AGtZeroH2(dit - rG) * AH2_(1.0 / 1023.0));
cB = ASatH2(nB + AGtZeroH2(dit - rB) * AH2_(1.0 / 1023.0));
}
#endif
#endif

0 comments on commit 6ee9fe1

Please sign in to comment.