added spaces after if and inside the ternary operator

master
Egor.Ushakov 7 years ago
parent e09e303e71
commit d706718b1b
  1. 2
      src/org/jetbrains/java/decompiler/modules/decompiler/exps/FunctionExprent.java
  2. 2
      src/org/jetbrains/java/decompiler/modules/decompiler/exps/IfExprent.java
  3. 2
      src/org/jetbrains/java/decompiler/modules/decompiler/stats/CatchAllStatement.java

@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save