diff --git a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h
index 5ae91cf..e9659aa 100644
--- a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h
+++ b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h
@@ -489,8 +489,8 @@ inline void VirtualMatrixPanel::setRotation(uint8_t rotate)
     if (rotate < 4 && rotate >= 0)
         _rotate = rotate;
 
-        // Change the _width and _height variables used by the underlying adafruit gfx library.
-        // Actual pixel rotation / mapping is done in the getCoords function.
+    // Change the _width and _height variables used by the underlying adafruit gfx library.
+    // Actual pixel rotation / mapping is done in the getCoords function.
 #ifdef NO_GFX
     int8_t rotation;
 #endif