Skip to content

Commit 12115b3

Browse files
Fix formatting
1 parent 0c98864 commit 12115b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Src/runcpp2/Data/BuildTypeHelper.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ namespace runcpp2
5858
return buildType != BuildType::OBJECTS;
5959
}
6060

61-
bool Data::BuildTypeHelper::GetPossibleOutputPaths(const ghc::filesystem::path& buildDir,
62-
const std::string& scriptName,
63-
const Profile& profile,
64-
const BuildType buildType,
65-
const bool asExecutable,
66-
std::vector<ghc::filesystem::path>& outPaths,
67-
std::vector<bool>& outIsRunnable)
61+
bool Data::BuildTypeHelper::GetPossibleOutputPaths( const ghc::filesystem::path& buildDir,
62+
const std::string& scriptName,
63+
const Profile& profile,
64+
const BuildType buildType,
65+
const bool asExecutable,
66+
std::vector<ghc::filesystem::path>& outPaths,
67+
std::vector<bool>& outIsRunnable)
6868
{
6969
outPaths.clear();
7070
outIsRunnable.clear();

0 commit comments

Comments
 (0)