Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-lunarg committed Sep 16, 2024
1 parent c5d1963 commit 3fa25dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/convert/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ int main(int argc, const char** argv)
bool file_per_frame = arg_parser.IsOptionSet(kFilePerFrameOption);
bool output_to_stdout = output_filename == "stdout";

bool is_asset_file = false;
size_t last_dot_pos = input_filename.find_last_of(".");
bool is_asset_file = false;
size_t last_dot_pos = input_filename.find_last_of(".");
if (last_dot_pos != std::string::npos)
{
if (!input_filename.compare(last_dot_pos, 5, ".gfxa"))
Expand Down

0 comments on commit 3fa25dc

Please sign in to comment.