rpicamsrc: fix indentation
[platform/upstream/gstreamer.git] / sys / rpicamsrc / RaspiCapture.c
index 446700c..07e234a 100644 (file)
@@ -1,3 +1,4 @@
+/* *INDENT-OFF* */
 /*
  * Copyright (c) 2013-2016 Jan Schmidt <jan@centricular.com>
 Portions:
@@ -2024,3 +2025,4 @@ raspi_capture_update_config (RASPIVID_STATE *state, RASPIVID_CONFIG *config, gbo
   if (config->change_flags & PROP_CHANGE_ANNOTATION)
     update_annotation_data(state);
 }
+/* *INDENT-ON* */