Code quality: Fix header guards consistency
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
This commit is contained in:
parent
3084a48ace
commit
90019676b0
491 changed files with 1009 additions and 863 deletions
|
|
@ -117,4 +117,4 @@ public:
|
|||
|
||||
} // namespace RendererRD
|
||||
|
||||
#endif // !BOKEH_DOF_RD_H
|
||||
#endif // BOKEH_DOF_RD_H
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef COPY_RD_H
|
||||
#define COPY_RD_H
|
||||
#ifndef COPY_EFFECTS_RD_H
|
||||
#define COPY_EFFECTS_RD_H
|
||||
|
||||
#include "servers/rendering/renderer_rd/pipeline_cache_rd.h"
|
||||
#include "servers/rendering/renderer_rd/shaders/effects/blur_raster.glsl.gen.h"
|
||||
|
|
@ -343,4 +343,4 @@ public:
|
|||
|
||||
} // namespace RendererRD
|
||||
|
||||
#endif // !COPY_RD_H
|
||||
#endif // COPY_EFFECTS_RD_H
|
||||
|
|
|
|||
|
|
@ -71,4 +71,4 @@ public:
|
|||
|
||||
} // namespace RendererRD
|
||||
|
||||
#endif // !RESOLVE_RD_H
|
||||
#endif // RESOLVE_RD_H
|
||||
|
|
|
|||
|
|
@ -505,4 +505,4 @@ private:
|
|||
|
||||
} // namespace RendererRD
|
||||
|
||||
#endif // !SS_EFFECTS_RD_H
|
||||
#endif // SS_EFFECTS_RD_H
|
||||
|
|
|
|||
|
|
@ -149,4 +149,4 @@ public:
|
|||
|
||||
} // namespace RendererRD
|
||||
|
||||
#endif // !TONE_MAPPER_RD_H
|
||||
#endif // TONE_MAPPER_RD_H
|
||||
|
|
|
|||
|
|
@ -72,4 +72,4 @@ public:
|
|||
|
||||
} // namespace RendererRD
|
||||
|
||||
#endif // !VRS_RD_H
|
||||
#endif // VRS_RD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue