Merge pull request #4414 from linkmauve/single-newline

Remove double newlines at the end of *_LOG messages
This commit is contained in:
Markus Wick
2016-11-02 12:20:46 +01:00
committed by GitHub
17 changed files with 64 additions and 65 deletions

View File

@ -34,7 +34,7 @@ bool CompileShader(const std::string& code, ID3DBlob** blob, const D3D_SHADER_MA
if (error_buffer)
{
WARN_LOG(VIDEO, "Warning generated when compiling %s shader:\n%s\n",
WARN_LOG(VIDEO, "Warning generated when compiling %s shader:\n%s",
shader_version_string.c_str(),
static_cast<const char*>(error_buffer->GetBufferPointer()));
}