Skip to content

Commit e3b9355

Browse files
committed
Correct uneven indentations from Sphinx warning
1 parent e0e0b0a commit e3b9355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skia/GrContext.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ py::class_<GrContext, sk_sp<GrContext>, GrRecordingContext>(m, "GrContext")
803803
804804
The client should ensure that the returned backend texture is valid.
805805
For the Vulkan backend the layout of the created VkImage will be:
806-
VK_IMAGE_LAYOUT_UNDEFINED.
806+
VK_IMAGE_LAYOUT_UNDEFINED .
807807
)docstring",
808808
py::arg("width"), py::arg("height"), py::arg("backendFormat"),
809809
py::arg("mipMapped"), py::arg("renderable"),
@@ -841,7 +841,7 @@ py::class_<GrContext, sk_sp<GrContext>, GrRecordingContext>(m, "GrContext")
841841
The finishedProc will always get called even if we failed to create the
842842
GrBackendTexture.
843843
For the Vulkan backend the layout of the created VkImage will be:
844-
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL
844+
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL .
845845
)docstring",
846846
py::arg("width"), py::arg("height"), py::arg("backendFormat"),
847847
py::arg("color"), py::arg("mipMapped"), py::arg("renderable"),

0 commit comments

Comments
 (0)