1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

clang-format this enum.

llvm-svn: 185835
This commit is contained in:
Rafael Espindola 2013-07-08 16:55:56 +00:00
parent fc25f0c6cf
commit 1732782ad3

View File

@ -96,7 +96,6 @@ struct space_info {
uint64_t available;
};
enum perms {
no_perms = 0,
owner_read = 0400,