layers: Issue endl at end of output
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 26 Feb 2015 18:40:39 +0000 (11:40 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 27 Feb 2015 21:50:22 +0000 (14:50 -0700)
xgl-layer-generate.py

index 2c03efa..ea57f58 100755 (executable)
@@ -307,7 +307,7 @@ class Subcommand(object):
                             prev_count_name = ''
                     log_func = log_func.strip(', ')
                     if proto.ret != "void":
-                        log_func += ') = " << string_XGL_RESULT((XGL_RESULT)result) << "\\n"'
+                        log_func += ') = " << string_XGL_RESULT((XGL_RESULT)result) << endl'
                         #print_vals += ', string_XGL_RESULT_CODE(result)'
                     else:
                         log_func += ')\\n"'