This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 71a1962ee7aeefb25881ba2289765aa8f166fd0b
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Feb 2 16:09:10 2026 -0800

    royaleUnitDescriptor.template: consistent indentation
---
 .../main/resources/royaleUnitDescriptor.template   | 54 +++++++++++-----------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git 
a/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template 
b/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template
index e2e02070a..257ccdedf 100644
--- a/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template
+++ b/royaleunit-ant-tasks/src/main/resources/royaleUnitDescriptor.template
@@ -1,34 +1,34 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 -->
 <application xmlns="http://ns.adobe.com/air/application/@ADT_VERSION@";>
-       <id>RoyaleUnitAdlWrapper</id>
-       <filename>RoyaleUnitAdlWrapper</filename>
-       <name>RoyaleUnit Adl Wrapper</name>
-       <@VERSION_PROP@>1.0.0</@VERSION_PROP@>
-       <description>Wrapper application for use with the RoyaleUnit Ant 
task.</description>
-       <initialWindow>
-               <title>RoyaleUnit Adl Wrapper</title>
-               <content>@ADL_SWF@</content>
-               <visible>true</visible> 
-        <minimizable>true</minimizable> 
-        <maximizable>false</maximizable> 
-        <resizable>false</resizable> 
-        <width>320</width> 
-        <height>240</height> 
-       </initialWindow>
+  <id>RoyaleUnitAdlWrapper</id>
+  <filename>RoyaleUnitAdlWrapper</filename>
+  <name>RoyaleUnit Adl Wrapper</name>
+  <@VERSION_PROP@>1.0.0</@VERSION_PROP@>
+  <description>Wrapper application for use with the RoyaleUnit Ant 
task.</description>
+  <initialWindow>
+    <title>RoyaleUnit Adl Wrapper</title>
+    <content>@ADL_SWF@</content>
+    <visible>true</visible> 
+    <minimizable>true</minimizable> 
+    <maximizable>false</maximizable> 
+    <resizable>false</resizable> 
+    <width>320</width> 
+    <height>240</height> 
+  </initialWindow>
 </application>

Reply via email to