From 57790401073ec42cb89d6064eee512f39e592677 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sun, 14 Aug 2022 03:44:28 +0200 Subject: [PATCH] [FEM] [skip CI] fix non-Unicode character - made problems with text editors -> change file to UTF-8 --- src/Mod/Fem/Gui/ViewProviderFemPostPipelinePyImp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/ViewProviderFemPostPipelinePyImp.cpp b/src/Mod/Fem/Gui/ViewProviderFemPostPipelinePyImp.cpp index 17e7f5e16f..9ca2c15724 100644 --- a/src/Mod/Fem/Gui/ViewProviderFemPostPipelinePyImp.cpp +++ b/src/Mod/Fem/Gui/ViewProviderFemPostPipelinePyImp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2022 Uwe Stöhr * + * Copyright (c) 2022 Uwe Stöhr * * * * This file is part of the FreeCAD CAx development system. * * *