Browse Source

rtmp-services: Fix missing newline at the end of files

PatTheMav 2 years ago
parent
commit
1bb06a8bdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/rtmp-services/service-specific/younow.h

+ 1 - 1
plugins/rtmp-services/service-specific/younow.h

@@ -1,3 +1,3 @@
 #pragma once
 
-extern const char *younow_get_ingest(const char *server, const char *key);
+extern const char *younow_get_ingest(const char *server, const char *key);