Module: Mesa
Branch: master
Commit: 7fed07766dde7b551c0d85f709ea74c0c460bcaa
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fed07766dde7b551c0d85f709ea74c0c460bcaa

Author: Anuj Phogat <[email protected]>
Date:   Tue Oct 25 11:54:36 2016 -0700

mesa: Use separate line for function return type

Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ben Widawsky <[email protected]>

---

 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

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to