Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-20 11:06:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-20 11:08:59 +0300
commite17e119a312528897d2b1f0ee73a9a8a6ecf6150 (patch)
treea61cdcc1d5682f5bd462d542efc09e7ef21311ca /tests/gtests/blenlib/BLI_string_utf8_test.cc
parente63eb6ed2696c5d52b35972ab7a1bbda7b5bdc90 (diff)
Cleanup: comment line length (tests)
Diffstat (limited to 'tests/gtests/blenlib/BLI_string_utf8_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_string_utf8_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gtests/blenlib/BLI_string_utf8_test.cc b/tests/gtests/blenlib/BLI_string_utf8_test.cc
index 49d773c319e..01a9549044a 100644
--- a/tests/gtests/blenlib/BLI_string_utf8_test.cc
+++ b/tests/gtests/blenlib/BLI_string_utf8_test.cc
@@ -8,9 +8,9 @@ extern "C" {
#include "BLI_string_utf8.h"
}
-/* Note that 'common' utf-8 variants of string functions (like copy, etc.) are tested in BLI_string_test.cc
- * However, tests below are specific utf-8 conformance ones, and since they eat quite their share of lines,
- * they deserved their own file. */
+/* Note that 'common' utf-8 variants of string functions (like copy, etc.) are tested in
+ * BLI_string_test.cc However, tests below are specific utf-8 conformance ones, and since they eat
+ * quite their share of lines, they deserved their own file. */
/* -------------------------------------------------------------------- */
/* stubs */