swr: [rasterizer jitter] Fix missing end-of-file newline
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 9 Sep 2016 21:44:21 +0000 (16:44 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Tue, 20 Sep 2016 01:10:19 +0000 (20:10 -0500)
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/rasterizer/jitter/builder_misc.h

index 3df569d2d4652fb6f62ff5bfc7121c73003f8d8c..86f7bf21a6bbfad94d960bbd897935bee6d2d8d0 100644 (file)
@@ -164,4 +164,5 @@ Value* CreateEntryAlloca(Function* pFunc, Type* pType);
 
 // Static stack allocations for scatter operations
 Value* pScatterStackSrc{ nullptr };
-Value* pScatterStackOffsets{ nullptr };
\ No newline at end of file
+Value* pScatterStackOffsets{ nullptr };
+