diff --git a/bob/pad/face/database/hqwmca_warp.py b/bob/pad/face/database/hqwmca_warp.py
index 4f760eeaa603491ebfa33f9e65bf4fc6dc817953..0ea9a799bf3aa36c34db2e6c4be581bce32b1977 100644
--- a/bob/pad/face/database/hqwmca_warp.py
+++ b/bob/pad/face/database/hqwmca_warp.py
@@ -264,7 +264,7 @@ class HQWMCAPadDatabase_warp(PadDatabase):
 
             for idx, image in enumerate(video.as_array()):
 
-            	trial=0
+                trial=0
 
                 frame_annotations = detect_face_landmarks_in_image(image, method='mtcnn')
 
@@ -315,7 +315,7 @@ class HQWMCAPadDatabase_warp(PadDatabase):
 
 
 
-                  if frame_annotations is not None:
+                if frame_annotations is not None:
                     print('CLAHE Suceeded TRIAL {}................................................................................'.format(trial))