[PATCH] Fix cache dir resolving on Windows

Tom Tromey tom@tromey.com
Fri Jun 7 18:10:00 GMT 2019


>> +#ifdef _WIN32
>> +  if (home == nullptr)
>> +      home = getenv ("APPDATA");

I think the assignment line is indented a bit too far -- should be 2
spaces over from the "if", per the GNU style.

thanks,
Tom



More information about the Gdb-patches mailing list