Skip to content
Commit 35995679 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Allow single-line function in WebKit style.

Before:
  void f() {
      return; }

After:
  void f() { return; }

llvm-svn: 207527
parent dd18d5b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment