Commit b56ab59f authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent a3faab2b
...@@ -310,4 +310,4 @@ class SettingsController extends ApiControllerBase ...@@ -310,4 +310,4 @@ class SettingsController extends ApiControllerBase
return $result; return $result;
} }
} }
\ No newline at end of file
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
<type>text</type> <type>text</type>
<help>Description to identify this pipe.</help> <help>Description to identify this pipe.</help>
</field> </field>
</form> </form>
\ No newline at end of file
...@@ -57,4 +57,4 @@ ...@@ -57,4 +57,4 @@
<type>text</type> <type>text</type>
<help></help> <help></help>
</field> </field>
</form> </form>
\ No newline at end of file
...@@ -77,4 +77,3 @@ class NetworkField extends BaseField ...@@ -77,4 +77,3 @@ class NetworkField extends BaseField
} }
} }
} }
...@@ -99,4 +99,3 @@ class PortField extends BaseField ...@@ -99,4 +99,3 @@ class PortField extends BaseField
} }
} }
} }
...@@ -115,4 +115,4 @@ class NetworkValidator extends Validator implements ValidatorInterface ...@@ -115,4 +115,4 @@ class NetworkValidator extends Validator implements ValidatorInterface
return $result; return $result;
} }
} }
\ No newline at end of file
...@@ -346,4 +346,3 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -346,4 +346,3 @@ POSSIBILITY OF SUCH DAMAGE.
{# include dialogs #} {# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':'Edit pipe'])}} {{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':'Edit pipe'])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':'Edit rule'])}} {{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':'Edit rule'])}}
...@@ -29,4 +29,3 @@ ...@@ -29,4 +29,3 @@
-------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------
package : configd package : configd
""" """
...@@ -278,4 +278,4 @@ function stdBootgridUI(id, sourceUrl) { ...@@ -278,4 +278,4 @@ function stdBootgridUI(id, sourceUrl) {
}) })
return grid; return grid;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment