summaryrefslogtreecommitdiff
path: root/package/qa/storages/RegressionTest_i27773.java
diff options
context:
space:
mode:
Diffstat (limited to 'package/qa/storages/RegressionTest_i27773.java')
-rw-r--r--package/qa/storages/RegressionTest_i27773.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qa/storages/RegressionTest_i27773.java b/package/qa/storages/RegressionTest_i27773.java
index 4e627a816167..6753541508fd 100644
--- a/package/qa/storages/RegressionTest_i27773.java
+++ b/package/qa/storages/RegressionTest_i27773.java
@@ -286,7 +286,7 @@ public class RegressionTest_i27773 implements StorageTest {
// the root storage is based on the temporary stream so it can be left undisposed, since it does not lock
// any resource, later the garbage collector will release the object and it must die by refcount
-
+
return true;
}
catch( Exception e )
@@ -294,6 +294,6 @@ public class RegressionTest_i27773 implements StorageTest {
m_aTestHelper.Error( "Exception: " + e );
return false;
}
- }
+ }
}