mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 15:40:04 +00:00
DetectCoreDirectoryFragment: Fix indentation
Also make a class function private.
This commit is contained in:
parent
a20ad7d88b
commit
0300d7d840
@ -77,7 +77,7 @@ public final class DetectCoreDirectoryFragment extends DirectoryFragment
|
||||
/**
|
||||
* Returns everything after the last ‘.’ of the given file name or path.
|
||||
*/
|
||||
public static String getFileExt(String filePath)
|
||||
private static String getFileExt(String filePath)
|
||||
{
|
||||
int i = filePath.lastIndexOf('.');
|
||||
if (i >= 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user