Browse Source

libobs-d3d11: Fix formatting

Richard Stanway 4 years ago
parent
commit
3240b05cec
1 changed files with 2 additions and 4 deletions
  1. 2 4
      libobs-d3d11/d3d11-rebuild.cpp

+ 2 - 4
libobs-d3d11/d3d11-rebuild.cpp

@@ -77,8 +77,7 @@ void gs_texture_2d::Rebuild(ID3D11Device *dev)
 					     (void **)&texture);
 		if (FAILED(hr)) {
 			blog(LOG_WARNING,
-			     "Failed to rebuild shared texture: 0x%08lX",
-			     hr);
+			     "Failed to rebuild shared texture: 0x%08lX", hr);
 			RebuildSharedTextureFallback();
 		}
 	}
@@ -338,8 +337,7 @@ void gs_texture_3d::Rebuild(ID3D11Device *dev)
 					     (void **)&texture);
 		if (FAILED(hr)) {
 			blog(LOG_WARNING,
-			     "Failed to rebuild shared texture: 0x%08lX",
-			     hr);
+			     "Failed to rebuild shared texture: 0x%08lX", hr);
 			RebuildSharedTextureFallback();
 		}
 	}