Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: fusl/include/iconv.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fusl/include/iconv.h
diff --git a/fusl/include/iconv.h b/fusl/include/iconv.h
index ebe9bfda3926a6a532b4aefc1db8e06a16ec0cdf..0ebcb803b172d5d751e5eb0844a242465f1f2267 100644
--- a/fusl/include/iconv.h
+++ b/fusl/include/iconv.h
@@ -11,10 +11,14 @@ extern "C" {
#include <bits/alltypes.h>
-typedef void *iconv_t;
-
-iconv_t iconv_open(const char *, const char *);
-size_t iconv(iconv_t, char **__restrict, size_t *__restrict, char **__restrict, size_t *__restrict);
+typedef void* iconv_t;
+
+iconv_t iconv_open(const char*, const char*);
+size_t iconv(iconv_t,
+ char** __restrict,
+ size_t* __restrict,
+ char** __restrict,
+ size_t* __restrict);
int iconv_close(iconv_t);
#ifdef __cplusplus

Powered by Google App Engine
This is Rietveld 408576698