Skip to content
  • Lee Leahy's avatar
    src/lib: Use tabs instead of spaces · e20a3191
    Lee Leahy authored
    
    
    Fix the following errors and warnings detected by checkpatch.pl:
    
    ERROR: code indent should use tabs where possible
    ERROR: switch and case should be at the same indent
    WARNING: Statements should start on a tabstop
    WARNING: please, no spaces at the start of a line
    WARNING: please, no space before tabs
    WARNING: suspect code indent for conditional statements
    WARNING: labels should not be indented
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Iebcff26ad41ab6eb0027b871a1c06f3b52dd207c
    Signed-off-by: default avatarLee Leahy <Leroy.P.Leahy@intel.com>
    Reviewed-on: https://review.coreboot.org/18732
    
    
    Tested-by: build bot (Jenkins)
    Reviewed-by: default avatarMartin Roth <martinroth@google.com>
    e20a3191