Add newlines to the end of all files
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Android.h>
|
||||
#include <CrashHandler_Traits_Android.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Linux.h>
|
||||
#include <CrashHandler_Traits_Linux.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Mac.h>
|
||||
#include <CrashHandler_Traits_Mac.h>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_Windows.h>
|
||||
#include <CrashHandler_Traits_Windows.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 1
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 1
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 1
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <CrashHandler_Traits_iOS.h>
|
||||
#include <CrashHandler_Traits_iOS.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#pragma once
|
||||
|
||||
#define AZ_TRAIT_CRASHHANDLER_CONVERT_MULTIBYTE_CHARS 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
#define AZ_TRAIT_CRASHHANDLER_WAIT_FOR_COMPLETED_HANDLER_LAUNCH 0
|
||||
|
||||
@@ -69,4 +69,4 @@ namespace CrashHandler
|
||||
std::string m_submissionToken;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,4 +82,4 @@ namespace CrashHandler
|
||||
returnPath = returnPath.substr(0, extPos);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ namespace CrashHandler
|
||||
time(&rawtime);
|
||||
localtime_s(&timeInfo, &rawtime);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ namespace CrashHandler
|
||||
return buffer;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,4 +37,4 @@ namespace CrashHandler
|
||||
virtual void GetOSAnnotations(CrashHandlerAnnotations& annotations) const override;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ namespace CrashHandler
|
||||
}
|
||||
return returnPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ namespace O3de
|
||||
|
||||
static std::string GetRootFolder();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ namespace O3de
|
||||
BufferedDataStream& operator=(const BufferedDataStream& rhs) = delete;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,4 +72,4 @@ namespace O3de
|
||||
std::string m_submissionToken;
|
||||
std::string m_executableName;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ namespace O3de
|
||||
|
||||
base::FilePath m_filePath;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,4 +246,4 @@ namespace O3de
|
||||
// Reset so we can loop again inside crashpad
|
||||
optind = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user