whitespace fix only

This commit is contained in:
kd-11
2018-12-17 16:36:17 +03:00
committed by kd-11
parent 15d5507154
commit 362eea09a1
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ namespace gl
if (xfer_info.dst_is_typeless) if (xfer_info.dst_is_typeless)
{ {
//Transfer contents from typeless dst back to original dst // Transfer contents from typeless dst back to original dst
copy_typeless(dst, typeless_dst.get()); copy_typeless(dst, typeless_dst.get());
} }