diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-09-09 06:18:07 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-09-09 06:18:07 +0000 |
commit | 80cc27857bc3d2bc6cf359e269a5d61a1a2814d3 (patch) | |
tree | cdad619ae84f3543f1c229b253e76c76be862642 /compiler-rt | |
parent | 5257538df9333462504c46586dc78b8a8e15f117 (diff) | |
download | bcm5719-llvm-80cc27857bc3d2bc6cf359e269a5d61a1a2814d3.tar.gz bcm5719-llvm-80cc27857bc3d2bc6cf359e269a5d61a1a2814d3.zip |
[sanitizer] Delete extra whitespace.
llvm-svn: 190292
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h index 88f398d7e4e..659608fbab4 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h @@ -165,7 +165,7 @@ namespace __sanitizer { typedef unsigned __sanitizer___kernel_uid_t; typedef unsigned __sanitizer___kernel_gid_t; #else - typedef unsigned short __sanitizer___kernel_uid_t; + typedef unsigned short __sanitizer___kernel_uid_t; typedef unsigned short __sanitizer___kernel_gid_t; #endif typedef unsigned short __sanitizer___kernel_old_uid_t; |