summaryrefslogtreecommitdiff
path: root/cras/src/server/cras_utf8.h
diff options
context:
space:
mode:
authorEn-Shuo Hsu <enshuo@chromium.org>2019-06-21 19:35:19 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-07-03 02:02:50 -0700
commit411818e3bce920fe46e4d2006935679157e4868c (patch)
tree9a133a4c76759d1351f521d349a588d01866114c /cras/src/server/cras_utf8.h
parent077e40991ee2b32eec0b1f1685a5e6893d75623e (diff)
downloadadhd-411818e3bce920fe46e4d2006935679157e4868c.tar.gz
CRAS: Format cras_utf8
Reformat codes with the .clang-format we just introduced. To format whole files provided in-place: clang-format -i -style=file [<file> ...] BUG=chromium:950858 TEST=Add directory to check_format_error and run FEATURES="test" USE=asan emerge-${BOARD} -v media-sound/adhd Change-Id: I9f31e0079136d06b8574d82fd9da7602907d69fa Reviewed-on: https://chromium-review.googlesource.com/1670829 Tested-by: En-Shuo Hsu <enshuo@google.com> Commit-Ready: En-Shuo Hsu <enshuo@google.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: Yu-Hsuan Hsu <yuhsuan@chromium.org>
Diffstat (limited to 'cras/src/server/cras_utf8.h')
-rw-r--r--cras/src/server/cras_utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cras/src/server/cras_utf8.h b/cras/src/server/cras_utf8.h
index ab0fda0c..b4625fbd 100644
--- a/cras/src/server/cras_utf8.h
+++ b/cras/src/server/cras_utf8.h
@@ -33,4 +33,4 @@ int valid_utf8_string(const char *string, size_t *bad_pos);
* Returns:
* 1 if it is a valid utf-8 string. 0 otherwise.
*/
-int is_utf8_string(const char* string);
+int is_utf8_string(const char *string);