| commit | a0b4ac4dce392326284138fc47cf3741e2798e21 | [log] [tgz] |
|---|---|---|
| author | Ebrahim Byagowi <ebrahim@gnu.org> | Sat Aug 24 17:57:14 2019 +0430 |
| committer | Ebrahim Byagowi <ebrahim@gnu.org> | Tue Aug 27 02:40:41 2019 +0430 |
| tree | 2ce06a2aaf61b79a6e7f98824eff99beae0d38e0 | |
| parent | 269a120f137ca69ca83b6fa00bb6a0ff1a87ae3e [diff] [blame] |
Turn 8 spaces to tab across the project According to the current code style of the project
diff --git a/test/api/test-buffer.c b/test/api/test-buffer.c index 64ab3db..228f0f3 100644 --- a/test/api/test-buffer.c +++ b/test/api/test-buffer.c
@@ -208,7 +208,7 @@ if (buffer_type == BUFFER_UTF16) cluster++; else if (buffer_type == BUFFER_UTF8) - cluster += 3; + cluster += 3; } g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); g_assert_cmphex (glyphs[i].cluster, ==, cluster);