]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/nios2/lib/libgcc.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / arch / nios2 / lib / libgcc.c
index 3caee193405946c0145f8adf3b469544fbb16128..cf1b8369259a5bc9ab43cd224792c59f91dea812 100644 (file)
@@ -548,7 +548,7 @@ __mulsi3 (SItype a, SItype b)
   while (cnt)
     {
       if (cnt & 1)
-        {
+       {
          res += b;
        }
       b <<= 1;