clang-format .cpp files

This commit is contained in:
ridiculousfish
2019-11-29 23:57:19 -08:00
parent e4a7e7d4f7
commit fb8e90de28
2 changed files with 10 additions and 9 deletions

View File

@@ -219,9 +219,7 @@ int futimes(int fd, const struct timeval *times) {
#endif
#if HAVE_GETTEXT
char *fish_gettext(const char *msgid) {
return gettext(msgid);
}
char *fish_gettext(const char *msgid) { return gettext(msgid); }
char *fish_bindtextdomain(const char *domainname, const char *dirname) {
return bindtextdomain(domainname, dirname);