[libbluray-devel] commit: Cosmetics (indent) (hpi1 )

git at videolan.org git at videolan.org
Mon Nov 15 15:23:52 CET 2010


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Nov 15 16:07:27 2010 +0200| [552f4c8ac1402e6fe3d35906e1b301e4ebb0c2fb] | committer: hpi1 

Cosmetics (indent)

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=552f4c8ac1402e6fe3d35906e1b301e4ebb0c2fb
---

 src/libbluray/decoders/graphics_controller.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/libbluray/decoders/graphics_controller.c b/src/libbluray/decoders/graphics_controller.c
index 9fa84d3..be405de 100644
--- a/src/libbluray/decoders/graphics_controller.c
+++ b/src/libbluray/decoders/graphics_controller.c
@@ -521,14 +521,14 @@ static void _set_button_page(GRAPHICS_CONTROLLER *gc, uint32_t param, GC_NAV_CMD
         button = _find_button_page(page, button_id, NULL);
         if (!page_flag) {
             if (!button) {
-              /* page not given, invalid button --> ignore command */
-              TRACE("  button is invalid\n");
-              return;
+                /* page not given, invalid button --> ignore command */
+                TRACE("  button is invalid\n");
+                return;
             }
             if (button_id == bd_psr_read(gc->regs, PSR_SELECTED_BUTTON_ID)) {
-              /* page not given, current button --> ignore command */
-              TRACE("  button is current\n");
-              return;
+                /* page not given, current button --> ignore command */
+                TRACE("  button is current\n");
+                return;
             }
         }
     }



More information about the libbluray-devel mailing list