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
@@ -11,4 +11,4 @@
*/
#pragma once
#include <AzCore/AzCore_Traits_Android.h>
#include <AzCore/AzCore_Traits_Android.h>
@@ -21,4 +21,4 @@ namespace AZ
return 0;
}
}
}
}
@@ -11,4 +11,4 @@
*/
#pragma once
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
@@ -11,4 +11,4 @@
*/
#pragma once
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
@@ -9,4 +9,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#pragma once
#pragma once
@@ -91,4 +91,4 @@ if (LY_TEST_PROJECT)
PROPERTY COMPILE_DEFINITIONS
VALUES LY_NO_ASSETS
)
endif()
endif()
@@ -65,4 +65,4 @@ namespace AZ::IO::Platform
}
}
}
}
}
@@ -21,4 +21,4 @@ inline void* memalign(size_t blocksize, size_t bytes)
}
# define AZ_OS_MALLOC(byteSize, alignment) memalign(alignment, byteSize)
# define AZ_OS_FREE(pointer) ::free(pointer)
# define AZ_OS_FREE(pointer) ::free(pointer)
@@ -34,4 +34,4 @@ namespace AZ::Platform
m_threadSleepCondition.notify_one();
}
} // namespace AZ::Platform
} // namespace AZ::Platform
@@ -28,4 +28,4 @@ namespace AZ
{
}
} // namespace Internal
} // namespace AZ
} // namespace AZ
@@ -27,4 +27,4 @@ namespace AZStd
return result;
}
}
}
@@ -50,4 +50,4 @@ namespace RADTelemetry
using ProfileTelemetryRequestBus = AZ::EBus<ProfileTelemetryRequests>;
}
#endif
#endif
@@ -90,4 +90,4 @@ namespace AZ
}
}
}
}
}
@@ -26,4 +26,4 @@ namespace AZ
bool FormatAndPeelOffWildCardExtension(const char* sourcePath, char* filePath, size_t filePathSize, char* extensionPath, size_t extensionSize, bool keepWildcard = false);
}
}
}
}
@@ -14,4 +14,4 @@
#include <malloc.h>
# define AZ_OS_MALLOC(byteSize, alignment) ::memalign(alignment, byteSize)
# define AZ_OS_FREE(pointer) ::free(pointer)
# define AZ_OS_FREE(pointer) ::free(pointer)
@@ -12,4 +12,4 @@
#pragma once
#include <unistd.h>
#include <unistd.h>
@@ -12,4 +12,4 @@
#pragma once
struct sockaddr;
struct sockaddr_in;
struct sockaddr_in;
@@ -12,4 +12,4 @@
set(FILES
RadTelemetry/ProfileTelemetry.h
RadTelemetry/ProfileTelemetryBus.h
)
)
@@ -11,4 +11,4 @@
*/
#pragma once
#include <AzCore/AzCore_Traits_Linux.h>
#include <AzCore/AzCore_Traits_Linux.h>
@@ -65,4 +65,4 @@ namespace AZ::IO::Platform
}
}
}
}
}
@@ -21,4 +21,4 @@ namespace AZ
return 0;
}
}
}
}
@@ -28,4 +28,4 @@ namespace AZ
{
}
} // namespace Internal
} // namespace AZ
} // namespace AZ
@@ -11,4 +11,4 @@
*/
#pragma once
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
@@ -11,4 +11,4 @@
*/
#pragma once
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
@@ -11,4 +11,4 @@
*/
#pragma once
#include <AzCore/AzCore_Traits_Mac.h>
#include <AzCore/AzCore_Traits_Mac.h>
@@ -21,4 +21,4 @@ namespace AZ
return 0;
}
}
}
}
@@ -11,4 +11,4 @@
*/
#pragma once
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
@@ -15,4 +15,4 @@
#define MSG_NOSIGNAL 0
#endif
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
@@ -16,4 +16,4 @@ set(LY_BUILD_DEPENDENCIES
PRIVATE
${APPKIT_LIBRARY}
${FOUNDATION_LIBRARY}
)
)
@@ -11,4 +11,4 @@
*/
#pragma once
#include <AzCore/AzCore_Traits_Windows.h>
#include <AzCore/AzCore_Traits_Windows.h>
@@ -23,4 +23,4 @@ namespace AZ
return (char*)si.lpMaximumApplicationAddress - (char*)si.lpMinimumApplicationAddress;
}
}
}
}
@@ -12,4 +12,4 @@
*/
#pragma once
#include "../../../Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.h"
#include "../../../Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.h"
@@ -12,4 +12,4 @@
*/
#pragma once
#include <AzCore/Socket/AzSocket_fwd_Windows.h>
#include <AzCore/Socket/AzSocket_fwd_Windows.h>
@@ -9,4 +9,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#pragma once
#pragma once
@@ -11,4 +11,4 @@
*/
#pragma once
#include <AzCore/AzCore_Traits_iOS.h>
#include <AzCore/AzCore_Traits_iOS.h>
@@ -21,4 +21,4 @@ namespace AZ
return 0;
}
}
}
}
@@ -11,4 +11,4 @@
*/
#pragma once
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h"
@@ -15,4 +15,4 @@
#define MSG_NOSIGNAL 0
#endif
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
#include "../../../Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h"
@@ -25,4 +25,4 @@ endif()
set(LY_BUILD_DEPENDENCIES
PRIVATE
${__azcore_dependencies}
)
)