mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:11:12 -03:00
clang-format .cpp files
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user