examples: Fix indentation
authorSebastian Dröge <sebastian@centricular.com>
Tue, 14 Aug 2018 11:10:56 +0000 (14:10 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 14 Aug 2018 11:10:56 +0000 (14:10 +0300)
examples/test-auth-digest.c

index f779c05..e0e8915 100644 (file)
@@ -213,7 +213,8 @@ main (int argc, char *argv[])
   g_print ("stream with admin2:power2 ready at rtsp://127.0.0.1:8554/test2\n");
 
   if (htdigest_path)
-    g_print ("stream with htdigest users ready at rtsp://127.0.0.1:8554/test\n");
+    g_print
+        ("stream with htdigest users ready at rtsp://127.0.0.1:8554/test\n");
 
   g_main_loop_run (loop);