summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-15 22:41:23 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-05 21:46:30 +0200
commitf031667bd2769d3daf9c49115f21a099fafcee46 (patch)
treeb46519b0a1619d268a25431c1783d445b3bb14ae
parent57ee229993937dee8e12df4f60dd1e508fe50622 (diff)
Tweak whitespace.file-class-in-dom
-rw-r--r--src/file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cc b/src/file.cc
index bb276d48..2ce3fc67 100644
--- a/src/file.cc
+++ b/src/file.cc
@@ -113,7 +113,7 @@ File::eof()
char *
-File::gets(char *s, int size)
+File::gets(char* s, int size)
{
DCP_ASSERT(_file);
return fgets(s, size, _file);