[Bf-blender-cvs] [32c687b5ec4] master: Clean-up: Remove UTF8-BOM markers

Ray Molenkamp noreply at git.blender.org
Tue Aug 10 19:27:25 CEST 2021


Commit: 32c687b5ec43463d7d419313c4eecf1ad629f61e
Author: Ray Molenkamp
Date:   Tue Aug 10 11:27:18 2021 -0600
Branches: master
https://developer.blender.org/rB32c687b5ec43463d7d419313c4eecf1ad629f61e

Clean-up: Remove UTF8-BOM markers

Done at the request of Sergey.

===================================================================

M	extern/audaspace/bindings/python/setup.py.in
M	source/blender/blenkernel/intern/icons.cc
M	source/blender/blenkernel/intern/mesh.c
M	source/blender/io/alembic/intern/abc_reader_object.cc

===================================================================

diff --git a/extern/audaspace/bindings/python/setup.py.in b/extern/audaspace/bindings/python/setup.py.in
index add1a2d1475..5ad1a37db3a 100644
--- a/extern/audaspace/bindings/python/setup.py.in
+++ b/extern/audaspace/bindings/python/setup.py.in
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
 
 import sys
 import os
diff --git a/source/blender/blenkernel/intern/icons.cc b/source/blender/blenkernel/intern/icons.cc
index 12a0a1e3ae7..5a4b2448a73 100644
--- a/source/blender/blenkernel/intern/icons.cc
+++ b/source/blender/blenkernel/intern/icons.cc
@@ -1,4 +1,4 @@
-/*
+/*
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index b04988a8035..18274d4023f 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -1,4 +1,4 @@
-/*
+/*
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
diff --git a/source/blender/io/alembic/intern/abc_reader_object.cc b/source/blender/io/alembic/intern/abc_reader_object.cc
index 00b73d29c5c..d136d8c3e91 100644
--- a/source/blender/io/alembic/intern/abc_reader_object.cc
+++ b/source/blender/io/alembic/intern/abc_reader_object.cc
@@ -1,4 +1,4 @@
-/*
+/*
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2



More information about the Bf-blender-cvs mailing list