summaryrefslogtreecommitdiff
path: root/src/ste/StorageAccess.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2015-04-14 22:37:15 +0200
committerKevin Chabowski <kevin@kch42.de>2015-04-14 22:37:15 +0200
commitb52413dbb4d8333d5fe2a351780e20b04c4525a2 (patch)
tree2f539192bb1d6e330bfb5845b72a6131cf7bcdae /src/ste/StorageAccess.php
parent31241a2ab9c97e09ddbd4fb9e41b4e2e756d8ed4 (diff)
downloadste-b52413dbb4d8333d5fe2a351780e20b04c4525a2.tar.gz
ste-b52413dbb4d8333d5fe2a351780e20b04c4525a2.tar.bz2
ste-b52413dbb4d8333d5fe2a351780e20b04c4525a2.zip
Trim whitespacedevelop
Diffstat (limited to 'src/ste/StorageAccess.php')
-rw-r--r--src/ste/StorageAccess.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ste/StorageAccess.php b/src/ste/StorageAccess.php
index 81f7439..d5bab83 100644
--- a/src/ste/StorageAccess.php
+++ b/src/ste/StorageAccess.php
@@ -20,7 +20,7 @@ interface StorageAccess {
*/
const MODE_SOURCE = 0;
const MODE_TRANSCOMPILED = 1;
-
+
/*
* Function: load
* Loading a template.
@@ -38,7 +38,7 @@ interface StorageAccess {
* Either the sourcecode or a callable function (first, and only parameter: an <STECore> instance).
*/
public function load($tpl, &$mode);
-
+
/*
* Function: save
* Saves a template.