intel/tools/aub: remove superfluous new line from error messages
authorMarcin Ślusarz <marcin.slusarz@intel.com>
Wed, 10 Feb 2021 14:06:59 +0000 (15:06 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 15 Feb 2021 11:35:23 +0000 (11:35 +0000)
commit5da10cefe24943f5a4d92ed6ea2f5a6f116e1a87
tree5c1c82bd93f04e823cc71e5268d32cf85db8219a
parentaeae1771987c29c8d36f1b3053ee367387d0a685
intel/tools/aub: remove superfluous new line from error messages

This function is used as a callback and the other instance
of this callback doesn't add its own new line.
Messages printed by this function already end with a new line.

Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8988>
src/intel/tools/aubinator_viewer.cpp