mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Code review for const auto vs auto const (#579)
This commit is contained in:
@@ -1258,7 +1258,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
|
||||
for (auto pConv = conversion.begin(); pConv != conversion.end(); ++pConv)
|
||||
{
|
||||
std::filesystem::path curpath(pConv->szSrc);
|
||||
auto const ext = curpath.extension();
|
||||
const auto ext = curpath.extension();
|
||||
|
||||
// Load source image
|
||||
if (pConv != conversion.begin())
|
||||
|
||||
Reference in New Issue
Block a user