[Blackfin][PATCH] code cleanup
[oweals/u-boot.git] / cpu / bf533 / video.c
index 056564ab6454e8027823f392f0d86a50a8e057db..3ff0151d486da34c8a2c918ac56c5585ecba3b4d 100644 (file)
@@ -45,7 +45,7 @@ int is_vblank_line(const int line)
 {
        /*
         *  This array contains a single bit for each line in
-        *  an NTSC frame. 
+        *  an NTSC frame.
         */
        if ((line <= 18) || (line >= 264 && line <= 281) || (line == 528))
                return true;