diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-24 14:50:06 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-24 14:50:06 +0000 |
commit | c8f62f95a63049f75ea898f0c3312933a0c88639 (patch) | |
tree | c020c3fee902f5ad3d734a9d0ea90d9ce2d0506b /InOsEmuPkg | |
parent | c217506815e1a769ef9ac3ab6dbf3e68ba5f00e0 (diff) | |
download | edk2-platforms-c8f62f95a63049f75ea898f0c3312933a0c88639.tar.xz |
[InOsEmuPkg] Fix minor coding style bug.
signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11884 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg')
-rw-r--r-- | InOsEmuPkg/Unix/Sec/PosixFileSystem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/InOsEmuPkg/Unix/Sec/PosixFileSystem.c b/InOsEmuPkg/Unix/Sec/PosixFileSystem.c index 723e7bee7b..3141a3cf1a 100644 --- a/InOsEmuPkg/Unix/Sec/PosixFileSystem.c +++ b/InOsEmuPkg/Unix/Sec/PosixFileSystem.c @@ -251,8 +251,7 @@ UnixSimpleFileSystemFileInfo ( if (FileName != NULL) { RealFileName = FileName; - } - else if (PrivateFile->IsRootDirectory) { + } else if (PrivateFile->IsRootDirectory) { RealFileName = ""; } else { RealFileName = PrivateFile->FileName; |