Skip to content

Commit

Permalink
Ran clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 20, 2025
1 parent 0274038 commit 05d74f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/vsg/animation/MorphSampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

#include <vsg/animation/MorphSampler.h>
#include <vsg/core/compare.h>
#include <vsg/io/Logger.h>
#include <vsg/io/Input.h>
#include <vsg/io/Logger.h>
#include <vsg/io/Output.h>

using namespace vsg;
Expand Down
2 changes: 1 addition & 1 deletion src/vsg/nodes/QuadGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
</editor-fold> */

#include <vsg/nodes/QuadGroup.h>
#include <vsg/io/Input.h>
#include <vsg/io/Output.h>
#include <vsg/nodes/QuadGroup.h>

using namespace vsg;

Expand Down
2 changes: 1 addition & 1 deletion src/vsg/nodes/Switch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
</editor-fold> */

#include <vsg/nodes/Switch.h>
#include <vsg/io/Input.h>
#include <vsg/io/Output.h>
#include <vsg/nodes/Switch.h>

using namespace vsg;

Expand Down
2 changes: 1 addition & 1 deletion src/vsg/raytracing/AccelerationStructure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

#include <algorithm>

#include <vsg/raytracing/AccelerationStructure.h>
#include <vsg/core/Exception.h>
#include <vsg/raytracing/AccelerationStructure.h>
#include <vsg/vk/CommandBuffer.h>
#include <vsg/vk/Context.h>

Expand Down
2 changes: 1 addition & 1 deletion src/vsg/utils/ShaderCompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
</editor-fold> */

#include <vsg/core/Version.h>
#include <vsg/io/Options.h>
#include <vsg/io/Logger.h>
#include <vsg/io/Options.h>
#include <vsg/nodes/StateGroup.h>
#include <vsg/raytracing/RayTracingPipeline.h>
#include <vsg/state/ComputePipeline.h>
Expand Down
2 changes: 1 addition & 1 deletion src/vsg/utils/SharedObjects.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#include <vsg/io/Options.h>
#include <vsg/io/Logger.h>
#include <vsg/io/Options.h>
#include <vsg/utils/SharedObjects.h>

using namespace vsg;
Expand Down

0 comments on commit 05d74f0

Please sign in to comment.