[Scummvm-git-logs] scummvm master -> 4cbbabf1a2e88bb53334144226a207cee162b46a

digitall 547637+digitall at users.noreply.github.com
Sat Jul 17 04:43:46 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4cbbabf1a2 SYMBIAN: Minor Fixes for Code Formatting Conventions


Commit: 4cbbabf1a2e88bb53334144226a207cee162b46a
    https://github.com/scummvm/scummvm/commit/4cbbabf1a2e88bb53334144226a207cee162b46a
Author: D G Turner (digitall at scummvm.org)
Date: 2021-07-17T05:43:13+01:00

Commit Message:
SYMBIAN: Minor Fixes for Code Formatting Conventions

No functional change.

Changed paths:
    backends/fs/symbian/symbian-fs.cpp
    backends/platform/symbian/src/SymbianOS.cpp
    backends/platform/symbian/src/SymbianOS.h


diff --git a/backends/fs/symbian/symbian-fs.cpp b/backends/fs/symbian/symbian-fs.cpp
index 0ce10d328c..bfa9781d51 100644
--- a/backends/fs/symbian/symbian-fs.cpp
+++ b/backends/fs/symbian/symbian-fs.cpp
@@ -126,7 +126,7 @@ bool SymbianFilesystemNode::getChildren(AbstractFSList &myList, ListMode mode, b
 
 	if (_isPseudoRoot) {
 		// Drives enumeration
-		RFs& fs = FsSession();
+		RFs &fs = FsSession();
 		TInt driveNumber;
 		TChar driveLetter;
 		TUint driveLetterValue;
diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp
index 8336721a22..400878cf86 100644
--- a/backends/platform/symbian/src/SymbianOS.cpp
+++ b/backends/platform/symbian/src/SymbianOS.cpp
@@ -190,7 +190,7 @@ void* scumm_bsearch(const void *key, const void *base, size_t nmemb, size_t size
 }
 
 /** Provide access to file server session. Lifetime managed bu UI framework. */
-RFs& FsSession() {
+RFs &FsSession() {
 	return CEikonEnv::Static()->FsSession();
 }
 
diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h
index f55fde74a0..86970a864d 100644
--- a/backends/platform/symbian/src/SymbianOS.h
+++ b/backends/platform/symbian/src/SymbianOS.h
@@ -47,6 +47,6 @@ protected:
 	TFileName _localpath;
 };
 
-RFs& FsSession();
+RFs &FsSession();
 	
 #endif




More information about the Scummvm-git-logs mailing list