Author: pfg
Date: Sun Dec 25 02:32:14 2016
New Revision: 1775993

URL: http://svn.apache.org/viewvc?rev=1775993&view=rev
Log:
Fix extra spaces.


Modified:
    openoffice/trunk/main/icc/source/create_sRGB_profile/create_sRGB_profile.cpp

Modified: 
openoffice/trunk/main/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/icc/source/create_sRGB_profile/create_sRGB_profile.cpp?rev=1775993&r1=1775992&r2=1775993&view=diff
==============================================================================
--- 
openoffice/trunk/main/icc/source/create_sRGB_profile/create_sRGB_profile.cpp 
(original)
+++ 
openoffice/trunk/main/icc/source/create_sRGB_profile/create_sRGB_profile.cpp 
Sun Dec 25 02:32:14 2016
@@ -121,7 +121,7 @@ const char * const TheHeader2[] =
     " * regarding copyright ownership.  The ASF licenses this file",
     " * to you under the Apache License, Version 2.0 (the",
     " * \"License\"); you may not use this file except in compliance",
-    " *  with the License.  You may obtain a copy of the License at",
+    " * with the License.  You may obtain a copy of the License at",
     " *",
     " *   http://www.apache.org/licenses/LICENSE-2.0";,
     " *",
@@ -129,8 +129,8 @@ const char * const TheHeader2[] =
     " * software distributed under the License is distributed on an",
     " * \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
     " * KIND, either express or implied.  See the License for the",
-    " *  specific language governing permissions and limitations",
-    " *  under the License.",
+    " * specific language governing permissions and limitations",
+    " * under the License.",
     " 
************************************************************************/",
     "",
     "#ifndef INCLUDED_ICC_SRGB_IEC61966_2_1_H",


Reply via email to