فهرست منبع

decklink: Fix formatting

jp9000 5 سال پیش
والد
کامیت
1b275054bc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      plugins/decklink/win/platform.cpp

+ 2 - 2
plugins/decklink/win/platform.cpp

@@ -15,8 +15,8 @@ IDeckLinkIterator *CreateDeckLinkIteratorInstance(void)
 {
 	IDeckLinkIterator *iterator;
 	const HRESULT result =
-			CoCreateInstance(CLSID_CDeckLinkIterator, nullptr, CLSCTX_ALL,
-					IID_IDeckLinkIterator, (void **)&iterator);
+		CoCreateInstance(CLSID_CDeckLinkIterator, nullptr, CLSCTX_ALL,
+				 IID_IDeckLinkIterator, (void **)&iterator);
 	return result == S_OK ? iterator : nullptr;
 }