reformat benchmark source codes to meet the requirements of the annotation generation.
[IRC.git] / Robust / src / Benchmarks / SSJava / MP3DecoderInfer / OutputChannels.java
index 811a4e65a250e70810a16813bc1f28f74463dbb0..056011b0065e8e57231a97d80a526faef32dc9b6 100644 (file)
@@ -27,7 +27,6 @@
  * @since 0.0.7\r
  */\r
 \r
-\r
 public class OutputChannels {\r
   /**\r
    * Flag to indicate output should include both channels.\r
@@ -54,7 +53,6 @@ public class OutputChannels {
   public static final OutputChannels BOTH = new OutputChannels(BOTH_CHANNELS);\r
   public static final OutputChannels DOWNMIX = new OutputChannels(DOWNMIX_CHANNELS);\r
 \r
-  \r
   private/* final */int outputChannels;\r
 \r
   /**\r
@@ -82,7 +80,7 @@ public class OutputChannels {
     }\r
   }\r
 \r
-  public OutputChannels( int channels) {\r
+  public OutputChannels(int channels) {\r
     outputChannels = channels;\r
 \r
     if (channels < 0 || channels > 3)\r