aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/tmpfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/support/tmpfile.h')
-rw-r--r--src/core/lib/support/tmpfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/support/tmpfile.h b/src/core/lib/support/tmpfile.h
index caa1d0f4d2..437d871786 100644
--- a/src/core/lib/support/tmpfile.h
+++ b/src/core/lib/support/tmpfile.h
@@ -29,7 +29,7 @@ extern "C" {
If tmp_filename is not NULL, *tmp_filename is assigned the name of the
created file and it is the responsibility of the caller to gpr_free it
unless an error occurs in which case it will be set to NULL. */
-FILE *gpr_tmpfile(const char *prefix, char **tmp_filename);
+FILE* gpr_tmpfile(const char* prefix, char** tmp_filename);
#ifdef __cplusplus
}