Loading
kselftest/arm64: Remove extra blank line
Remove an unnecessary blank line to improve code style consistency.
```
[command]
./scripts/checkpatch.pl --strict -f <path/to/file>
[output]
CHECK: Please don't use multiple blank lines
CHECK: Blank lines aren't necessary before a close brace '}'
```
Signed-off-by:
Vivek Yadav <vivekyadav1207731111@gmail.com>
Signed-off-by:
Will Deacon <will@kernel.org>