Code cleanup (#251)
[platform/core/dotnet/launcher.git] / NativeLauncher / util / plugin_manager.cc
index c9e25d2..e402576 100644 (file)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <dlfcn.h>
 
 #include "plugin_manager.h"
@@ -136,4 +137,3 @@ void pluginFinalize()
                __pluginFunc->finalize();
        }
 }
-