Add newlines to the end of all files

This commit is contained in:
Chris Burel
2021-04-21 09:50:30 -07:00
parent 0fa00a117c
commit 28170ffe41
3622 changed files with 3629 additions and 3629 deletions
+1 -1
View File
@@ -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);
}
}
+1 -1
View File
@@ -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
)
)