Add newlines to the end of all files
This commit is contained in:
@@ -301,4 +301,4 @@ TEST_F(BehaviorEntityTest, GetComponentConfiguration_Succeeds)
|
||||
bool configSuccess = m_behaviorEntity.GetComponentConfiguration(rawComponent->GetId(), retrievedConfig);
|
||||
EXPECT_TRUE(configSuccess);
|
||||
EXPECT_EQ(rawComponent->m_config.m_brimWidth, retrievedConfig.m_brimWidth);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,4 +63,4 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
|
||||
NAME AZ::Framework.Tests
|
||||
)
|
||||
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -177,4 +177,4 @@ namespace UnitTest
|
||||
EXPECT_NE(testRuntimeComponent, nullptr);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,4 +83,4 @@ namespace UnitTest
|
||||
AZStd::aligned_storage<sizeof(NoUserSettingsApplication), AZStd::alignment_of<NoUserSettingsApplication>::value>::type m_applicationBuffer;
|
||||
AzFramework::Application* m_application;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AzFrameworkTests_Traits_Android.h>
|
||||
#include <AzFrameworkTests_Traits_Android.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AzFrameworkTests_Traits_Linux.h>
|
||||
#include <AzFrameworkTests_Traits_Linux.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AzFrameworkTests_Traits_Mac.h>
|
||||
#include <AzFrameworkTests_Traits_Mac.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AzFrameworkTests_Traits_Windows.h>
|
||||
#include <AzFrameworkTests_Traits_Windows.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AzFrameworkTests_Traits_iOS.h>
|
||||
#include <AzFrameworkTests_Traits_iOS.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
set(FILES
|
||||
Utils/Utils.h
|
||||
Utils/Utils.cpp
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user