[winpr,timezone] skip newline in generated timezonemap

This commit is contained in:
akallabeth 2024-10-12 08:47:45 +02:00
parent c7ce6ebe67
commit 969e212570
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -63,7 +63,6 @@ internal class Program
fs.WriteLine("static const size_t " + fname + "Size = ARRAYSIZE(" + fname + ");");
fs.WriteLine("");
fs.WriteLine("// clang-format on");
fs.WriteLine("");
}
return true;
}