From 1499ade89cb4b186c8ab7040ac7ef86b1292c0f8 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 12 Jun 2016 11:34:35 -0700 Subject: Restyle touched .cpp files --- src/output.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/output.cpp') diff --git a/src/output.cpp b/src/output.cpp index 85a1eeaf..85f1f1b9 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -45,9 +45,7 @@ void output_set_writer(int (*writer)(char)) { int (*output_get_writer())(char) { return out; } // Returns true if we think the term256 support is "native" as opposed to forced. -static bool term256_support_is_native(void) { - return max_colors >= 256; -} +static bool term256_support_is_native(void) { return max_colors >= 256; } color_support_t output_get_color_support(void) { return color_support; } -- cgit v1.2.3