summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-10 17:01:11 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-12-10 10:09:30 -0500
commit4e322e2c189e18133324c933ad35f0735fab510f (patch)
tree91cb8c627c8efbe69ceb7e7dc41635d6a144e12e /src/etc/phpshellsessions
parentb3b10d30794a60ed9a781cc3c8e0d29b774bf86e (diff)
downloadpfsense-4e322e2c189e18133324c933ad35f0735fab510f.zip
pfsense-4e322e2c189e18133324c933ad35f0735fab510f.tar.gz
Code style and white space in etc
Diffstat (limited to 'src/etc/phpshellsessions')
-rw-r--r--src/etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index dceeaa9..3aa072f 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -48,7 +48,7 @@ while (!empty($temp_args)) {
switch ($arg) {
case "--help":
echo "Usage: playback gitsync [options] [[repository] <branch>]\nOptions:\n";
- foreach($valid_args as $arg_name => $arg_desc) {
+ foreach ($valid_args as $arg_name => $arg_desc) {
echo $arg_name . "\n" . $arg_desc;
}
exit;
OpenPOWER on IntegriCloud