drm/radeon: fix indentation.
[linux-2.6-microblaze.git] / drivers / gpu / drm / radeon / vce_v2_0.c
index cdeaab7..fce2144 100644 (file)
@@ -53,7 +53,7 @@ static void vce_v2_0_set_sw_cg(struct radeon_device *rdev, bool gated)
                WREG32(VCE_UENC_REG_CLOCK_GATING, tmp);
 
                WREG32(VCE_CGTT_CLK_OVERRIDE, 0);
-    } else {
+       } else {
                tmp = RREG32(VCE_CLOCK_GATING_B);
                tmp |= 0xe7;
                tmp &= ~0xe70000;