Explorar el Código

libobs: Fix indent

jp9000 hace 6 años
padre
commit
b63e7fbcb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libobs/obs-audio.c

+ 1 - 1
libobs/obs-audio.c

@@ -334,7 +334,7 @@ static inline const char *find_min_ts(struct obs_core_data *data,
 				source->audio_ts < *min_ts) {
 			*min_ts = source->audio_ts;
 			buffering_source = source;
-               }
+		}
 
 		source = (struct obs_source*)source->next_audio_source;
 	}