This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 82b7728bcc08f9536f17a46b116b8700a02dd936
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Thu May 15 11:51:00 2025 +0200

    [MINOR] Change indentation of InstructionType to Tabs
---
 .../org/apache/sysds/common/InstructionType.java   | 140 ++++++++++-----------
 1 file changed, 70 insertions(+), 70 deletions(-)

diff --git a/src/main/java/org/apache/sysds/common/InstructionType.java 
b/src/main/java/org/apache/sysds/common/InstructionType.java
index bbf55f2b6d..d58ac2523e 100644
--- a/src/main/java/org/apache/sysds/common/InstructionType.java
+++ b/src/main/java/org/apache/sysds/common/InstructionType.java
@@ -19,76 +19,76 @@
 package org.apache.sysds.common;
 
 public enum InstructionType {
-    AggregateBinary,
-    AggregateTernary,
-    AggregateUnary,
-    UaggOuterChain,
-    Binary,
-    Unary,
-    Builtin,
-    Ternary,
-    BuiltinNary,
-    ParameterizedBuiltin,
-    MultiReturnParameterizedBuiltin,
-    Variable,
-    Reorg,
-    Reshape,
-    Dnn,
-    Quaternary,
-    FCall,
-    Append,
-    Rand,
-    StringInit,
-    Ctable,
-    CentralMoment,
-    Covariance,
-    QSort,
-    QPick,
-    MatrixIndexing,
-    MultiReturnBuiltin,
-    MultiReturnComplexMatrixBuiltin,
-    Partition,
-    Compression,
-    DeCompression,
-        QuantizeCompression,
-    SpoofFused,
-    Prefetch,
-    EvictLineageCache,
-    Broadcast,
-    TrigRemote,
-    Local,
-    Sql,
-    MMTSJ,
-    PMMJ,
-    MMChain,
+       AggregateBinary,
+       AggregateTernary,
+       AggregateUnary,
+       UaggOuterChain,
+       Binary,
+       Unary,
+       Builtin,
+       Ternary,
+       BuiltinNary,
+       ParameterizedBuiltin,
+       MultiReturnParameterizedBuiltin,
+       Variable,
+       Reorg,
+       Reshape,
+       Dnn,
+       Quaternary,
+       FCall,
+       Append,
+       Rand,
+       StringInit,
+       Ctable,
+       CentralMoment,
+       Covariance,
+       QSort,
+       QPick,
+       MatrixIndexing,
+       MultiReturnBuiltin,
+       MultiReturnComplexMatrixBuiltin,
+       Partition,
+       Compression,
+       DeCompression,
+       QuantizeCompression,
+       SpoofFused,
+       Prefetch,
+       EvictLineageCache,
+       Broadcast,
+       TrigRemote,
+       Local,
+       Sql,
+       MMTSJ,
+       PMMJ,
+       MMChain,
 
-    //SP Types
-    MAPMM,
-    MAPMMCHAIN,
-    TSMM2,
-    CPMM,
-    RMM,
-    ZIPMM,
-    PMAPMM,
-    Reblock,
-    CSVReblock,
-    LIBSVMReblock,
-    Checkpoint,
-    MAppend,
-    RAppend,
-    GAppend,
-    GAlignedAppend,
-    CumsumAggregate,
-    CumsumOffset,
-    BinUaggChain,
-    Cast,
-    TSMM,
-    AggregateUnarySketch,
-    PMM,
-    MatrixReshape,
-    Write,
-    Init,
+       //SP Types
+       MAPMM,
+       MAPMMCHAIN,
+       TSMM2,
+       CPMM,
+       RMM,
+       ZIPMM,
+       PMAPMM,
+       Reblock,
+       CSVReblock,
+       LIBSVMReblock,
+       Checkpoint,
+       MAppend,
+       RAppend,
+       GAppend,
+       GAlignedAppend,
+       CumsumAggregate,
+       CumsumOffset,
+       BinUaggChain,
+       Cast,
+       TSMM,
+       AggregateUnarySketch,
+       PMM,
+       MatrixReshape,
+       Write,
+       Init,
 
-    //FED
-    Tsmm;
+       //FED
+       Tsmm;
 }

Reply via email to