diff --git a/style/mu/base.dtx b/style/mu/base.dtx
index 4c01cee4c9acc9b160b09d0a3ba544b07933a122..908d82e5656dd0555f802b40f13cedefe419cf62 100644
--- a/style/mu/base.dtx
+++ b/style/mu/base.dtx
@@ -940,14 +940,14 @@
 
 % Set up the ToC entries appearance.
 \renewcommand*\toc@font[1]{%
-	\ifcase #1\relax
-		\bfseries % \chapter (0)
-	\or
-		\slshape  % \section (1)
+  \ifcase #1\relax
+    \bfseries % \chapter (0)
+  \or
+    \slshape  % \section (1)
 	\else
-		\rmfamily % \subsection (2), \subsubsection (3)
-							% \paragraph, \subparagraph (4)
-	\fi}
+    \rmfamily % \subsection (2), \subsubsection (3)
+              % \paragraph, \subparagraph (4)
+  \fi}
 
 % Set up the table of contents entries for sectioning commands.
 \renewcommand*\l@part[2]{%