diff options
author | neksard <[email protected]> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/libs/cxxsupp/libcxx | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/cstdio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/cstdio b/contrib/libs/cxxsupp/libcxx/include/cstdio index 0a8b2cde3ea..6a88bee6e81 100644 --- a/contrib/libs/cxxsupp/libcxx/include/cstdio +++ b/contrib/libs/cxxsupp/libcxx/include/cstdio @@ -137,7 +137,7 @@ using ::fgetpos _LIBCPP_USING_IF_EXISTS; using ::fseek _LIBCPP_USING_IF_EXISTS; #ifndef _LIBCPP_HAS_NO_FGETPOS_FSETPOS using ::fsetpos _LIBCPP_USING_IF_EXISTS; -#endif +#endif using ::ftell _LIBCPP_USING_IF_EXISTS; using ::rewind _LIBCPP_USING_IF_EXISTS; using ::clearerr _LIBCPP_USING_IF_EXISTS; |