You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
clang-format: Various fixes to comments alignment from clang-format 13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
This commit is contained in:
@@ -325,11 +325,11 @@ void EditorExportPlatformOSX::_fix_plist(const Ref<EditorExportPreset> &p_preset
|
||||
}
|
||||
|
||||
/**
|
||||
If we're running the OSX version of the Godot editor we'll:
|
||||
- export our application bundle to a temporary folder
|
||||
- attempt to code sign it
|
||||
- and then wrap it up in a DMG
|
||||
**/
|
||||
* If we're running the OSX version of the Godot editor we'll:
|
||||
* - export our application bundle to a temporary folder
|
||||
* - attempt to code sign it
|
||||
* - and then wrap it up in a DMG
|
||||
*/
|
||||
|
||||
Error EditorExportPlatformOSX::_notarize(const Ref<EditorExportPreset> &p_preset, const String &p_path) {
|
||||
#ifdef OSX_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user