From fa7d4c817493b9d1e2a0527e9808393bb8aafb83 Mon Sep 17 00:00:00 2001 From: mriegger Date: Wed, 23 Jun 2021 13:14:57 -0700 Subject: [PATCH] fix whitespace --- .../Common/Code/Source/CoreLights/DepthExponentiationPass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h b/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h index d2bb4b4963..6710633547 100644 --- a/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h +++ b/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h @@ -52,12 +52,12 @@ namespace AZ // RPI::Pass overrides... void BuildInternal() override; void FrameBeginInternal(FramePrepareParams params) override; - + // Scope producer functions... void CompileResources(const RHI::FrameGraphCompileContext& context) override; void BuildCommandListInternal(const RHI::FrameGraphExecuteContext& context) override; - + void InitializeShaderOption(); void SetShaderVariantKeyFallbackValue();