changeset 28:96cfd8fb3b3d src

cosmetics: one more hunk of indentation sync
author diego
date Thu, 25 Sep 2008 22:08:45 +0000
parents 98951f8ec89c
children dfcb735f711e
files ifo_print.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ifo_print.c	Thu Sep 25 09:17:42 2008 +0000
+++ b/ifo_print.c	Thu Sep 25 22:08:45 2008 +0000
@@ -749,12 +749,12 @@
   printf("Prohibited user operations: ");
   ifo_print_USER_OPS(&pgc->prohibited_ops);
 
-    for(i = 0; i < 8; i++) {
-      if(pgc->audio_control[i] & 0x8000) { /* The 'is present' bit */
-        printf("Audio stream %i control: %04x\n",
-               i, pgc->audio_control[i]);
-      }
+  for(i = 0; i < 8; i++) {
+    if(pgc->audio_control[i] & 0x8000) { /* The 'is present' bit */
+      printf("Audio stream %i control: %04x\n",
+             i, pgc->audio_control[i]);
     }
+  }
 
   for(i = 0; i < 32; i++) {
     if(pgc->subp_control[i] & 0x80000000) { /* The 'is present' bit */