Skip to content

Commit

Permalink
*: whitespace sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 20, 2018
1 parent 64d5eca commit 752b49f
Showing 13 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
<field1>cert</field1>
</addFields>
</check001>
</Constraints>
</Constraints>
</httpsport>
<cert type="CertificateField">
<Type>cert</Type>
@@ -34,7 +34,7 @@
<check001>
<reference>httpsport.check001</reference>
</check001>
</Constraints>
</Constraints>
</cert>
<dnsmode type="OptionField">
<Required>N</Required>
Original file line number Diff line number Diff line change
@@ -70,4 +70,4 @@

file_put_contents($cert_pem_filename, $cert_pem_content);
chmod($cert_pem_filename, 0644);
echo "Certificates generated $cert_pem_filename\n";
echo "Certificates generated $cert_pem_filename\n";
2 changes: 1 addition & 1 deletion net/ntopng/src/opnsense/scripts/OPNsense/Ntopng/setup.sh
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ mkdir -p /var/tmp/ntopng/
chmod 755 /var/tmp/ntopng
chown ntopng:wheel /var/tmp/ntopng

/usr/local/opnsense/scripts/OPNsense/Ntopng/generate_certs.php
/usr/local/opnsense/scripts/OPNsense/Ntopng/generate_certs.php
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@
{{ ipacl_data.default_action }} all;
{% endif %}
{% endif %}
{% endif %}
{% endif %}
Original file line number Diff line number Diff line change
@@ -87,4 +87,3 @@

}
{% endfor %}

2 changes: 1 addition & 1 deletion www/nginx/src/opnsense/www/js/nginx/dist/configuration.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/nginx/src/opnsense/www/js/nginx/dist/logviewer.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -47,4 +47,4 @@ export default Backbone.View.extend({
e.preventDefault();
this.collection.add(this.createModel());
}
});
});
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ export default Backbone.Collection.extend({
}
this.reset(data);
}
});
});
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default Backbone.Model.extend({
// standard model
});
});
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ export default Backbone.Collection.extend({
}
this.reset(data);
}
});
});
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default Backbone.Model.extend({
// standard model
});
});
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ const UpstreamCollection = Backbone.Collection.extend({
return response.rows;
}
});
export default UpstreamCollection;
export default UpstreamCollection;

0 comments on commit 752b49f

Please sign in to comment.