mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
fix indent
This commit is contained in:
@@ -28,11 +28,11 @@ SCRIPT_FUNCTION(get_mse_version) {
|
||||
|
||||
SCRIPT_FUNCTION(trace) {
|
||||
SCRIPT_PARAM_C(String, input);
|
||||
#if defined(_DEBUG) && 0
|
||||
wxLogDebug(_("Trace:\t") + input);
|
||||
#else
|
||||
queue_message(MESSAGE_INFO, _("Trace: ") + input);
|
||||
#endif
|
||||
#if defined(_DEBUG) && 0
|
||||
wxLogDebug(_("Trace:\t") + input);
|
||||
#else
|
||||
queue_message(MESSAGE_INFO, _("Trace: ") + input);
|
||||
#endif
|
||||
SCRIPT_RETURN(input);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user