[Mesa-dev] [PATCH 1/4] mesa: Use separate line for function return type
Anuj Phogat
anuj.phogat at gmail.com
Tue Oct 25 23:09:30 UTC 2016
Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
---
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.5.5
More information about the mesa-dev
mailing list