spring: develop c69e8422 | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
Gajo Petrovic | Gajo Petrovic | develop | 2018-10-10 16:27:07 | develop 3bd7501d |
Changeset | nlc return (x) -> return x In most cases the return value doesn't need to be wrapped in a parentheses. The (very?) rare case where this is necessary (https://stackoverflow.com/a/25615981/7656871) should be explicit anyway, and not occur by accident. |
|||
mod - rts/System/FileSystem/ArchiveLoader.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/IArchive.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/PoolArchive.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/PoolArchive.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/SevenZipArchive.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/VirtualArchive.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/VirtualArchive.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/Archives/ZipArchive.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/DataDirsAccess.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/FileSystem.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/FileSystemAbstraction.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/FileSystemInitializer.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/SimpleParser.h | [ Diff ] [ File ] | |||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] |