mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
[libc][NFC] Remove all trailing spaces from libc (#82831)
Summary: There are a lot of random training spaces on various lines. This patch just got rid of all of them with `sed 's/\ \+$//g'.
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
|
||||
%%public_api()
|
||||
|
||||
#endif // LLVM_LIBC_FCNTL_H
|
||||
#endif // LLVM_LIBC_FCNTL_H
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
%%public_api()
|
||||
|
||||
#endif // LLVM_LIBC_SCHED_H
|
||||
#endif // LLVM_LIBC_SCHED_H
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
%%public_api()
|
||||
|
||||
#endif // LLVM_LIBC_SPAWN_H
|
||||
#endif // LLVM_LIBC_SPAWN_H
|
||||
|
||||
Reference in New Issue
Block a user