From d10c1a1dc9e0b998cf54f1965d760c00352f7d7e Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Mon, 24 Jun 2019 14:23:39 +0300 Subject: [PATCH] Docs: Wrap to 80 --- docs/packages/pkg/class_loader.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/packages/pkg/class_loader.rst b/docs/packages/pkg/class_loader.rst index 457d945498..49e1359353 100644 --- a/docs/packages/pkg/class_loader.rst +++ b/docs/packages/pkg/class_loader.rst @@ -15,8 +15,10 @@ class_loader - Added by `Krasimir Georgiev `__ (`pr-1899 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ -By default ``BUILD_SHARED_LIBS=ON`` used for ``class_loader`` because if linking against ``class_loader`` statically, plugins would -not be loaded correctly at runtime, because both the plugin and the library loading it would use their own copy of ``class_loader``. +By default ``BUILD_SHARED_LIBS=ON`` used for ``class_loader`` because if linking +against ``class_loader`` statically, plugins would not be loaded correctly at +runtime, because both the plugin and the library loading it would use their own +copy of ``class_loader``. .. literalinclude:: /../examples/class_loader/CMakeLists.txt :language: cmake