src: whitespace sweep

This commit is contained in:
Franco Fichtner 2015-05-29 12:37:04 +02:00
parent a3faab2b87
commit b56ab59fbe
9 changed files with 5 additions and 9 deletions

View File

@ -310,4 +310,4 @@ class SettingsController extends ApiControllerBase
return $result;
}
}
}

View File

@ -32,4 +32,4 @@
<type>text</type>
<help>Description to identify this pipe.</help>
</field>
</form>
</form>

View File

@ -57,4 +57,4 @@
<type>text</type>
<help></help>
</field>
</form>
</form>

View File

@ -77,4 +77,3 @@ class NetworkField extends BaseField
}
}
}

View File

@ -99,4 +99,3 @@ class PortField extends BaseField
}
}
}

View File

@ -115,4 +115,4 @@ class NetworkValidator extends Validator implements ValidatorInterface
return $result;
}
}
}

View File

@ -346,4 +346,3 @@ POSSIBILITY OF SUCH DAMAGE.
{# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':'Edit pipe'])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':'Edit rule'])}}

View File

@ -29,4 +29,3 @@
--------------------------------------------------------------------------------------
package : configd
"""

View File

@ -278,4 +278,4 @@ function stdBootgridUI(id, sourceUrl) {
})
return grid;
}
}