From 7fed07766dde7b551c0d85f709ea74c0c460bcaa Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Tue, 25 Oct 2016 11:54:36 -0700 Subject: [PATCH] mesa: Use separate line for function return type Signed-off-by: Anuj Phogat Reviewed-by: Brian Paul Reviewed-by: Ben Widawsky --- src/mesa/main/framebuffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 46a6f64..e1505fa 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -994,7 +994,8 @@ _mesa_geometric_nonvalidated_samples(const struct gl_framebuffer *buffer) buffer->DefaultGeometry.NumSamples; } -bool _mesa_is_multisample_enabled(const struct gl_context *ctx) +bool +_mesa_is_multisample_enabled(const struct gl_context *ctx) { /* The sample count may not be validated by the driver, but when it is set, * we know that is in a valid range and no driver should ever validate a -- 2.7.4