Skip to content

Commit

Permalink
Fix clang-format violation
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills committed Oct 27, 2024
1 parent bd18819 commit a9a11b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/utils/paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const std::string &AssetsPath()
{
if (!assetsPath) {
#if defined(__HAIKU__)
char buffer[B_PATH_NAME_LENGTH+10];
char buffer[B_PATH_NAME_LENGTH + 10];
find_directory(B_SYSTEM_DATA_DIRECTORY, dev_for_path("/boot"), false, buffer, B_PATH_NAME_LENGTH);
strcat(buffer, "/devilutionx/");
assetsPath.emplace(strdup(buffer));
Expand Down

0 comments on commit a9a11b2

Please sign in to comment.