Merge pull request #4399 from ethereum/contractWhitespace

Remove trailing whitespace in all contract files.
This commit is contained in:
Alex Beregszaszi 2018-08-01 21:59:19 +01:00 committed by GitHub
commit e1b695f199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
43 changed files with 792 additions and 792 deletions

View File

@ -8,4 +8,4 @@ contract C {
} }
} }
// ---- // ----
// TypeError: (119-120): You have to use the _slot or _offset suffix to access storage reference variables. // TypeError: (118-119): You have to use the _slot or _offset suffix to access storage reference variables.

View File

@ -9,5 +9,5 @@ contract C {
} }
} }
// ---- // ----
// TypeError: (115-121): Storage variables cannot be assigned to. // TypeError: (114-120): Storage variables cannot be assigned to.
// TypeError: (139-147): Storage variables cannot be assigned to. // TypeError: (138-146): Storage variables cannot be assigned to.

View File

@ -9,5 +9,5 @@ contract C {
} }
} }
// ---- // ----
// TypeError: (118-124): The suffixes _offset and _slot can only be used on storage variables. // TypeError: (117-123): The suffixes _offset and _slot can only be used on storage variables.
// TypeError: (142-150): The suffixes _offset and _slot can only be used on storage variables. // TypeError: (141-149): The suffixes _offset and _slot can only be used on storage variables.