Skip to content

Commit d65ee98

Browse files
cozisPagghiu
authored andcommitted
FileSystem: Run clang-format
1 parent dc8f428 commit d65ee98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Libraries/FileSystem/FileSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,8 @@ SC::StringSpan SC::FileSystem::Operations::getApplicationRootDirectory(StringPat
937937
#include <sys/attr.h>
938938
#include <sys/clonefile.h>
939939
#elif SC_PLATFORM_LINUX
940-
#include <sys/syscall.h> // SYS_getcwd
941940
#include <sys/sendfile.h>
941+
#include <sys/syscall.h> // SYS_getcwd
942942
#endif
943943
struct SC::FileSystem::Operations::Internal
944944
{

Tests/Libraries/FileSystem/FileSystemTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct SC::FileSystemTest : public SC::TestCase
6262
{
6363
StringPath stringPath;
6464
report.console.print("currentWorkingDirectory=\"{}\"\n",
65-
FileSystem::Operations::getCurrentWorkingDirectory(stringPath));
65+
FileSystem::Operations::getCurrentWorkingDirectory(stringPath));
6666
}
6767
// TODO: Add tests for createSymbolicLink, existsAndIsLink, removeLinkIfExists and moveDirectory
6868
}

0 commit comments

Comments
 (0)