Skip to content
  • Dmitry Kovalev's avatar
    Code cleanup. · 548b4dd5
    Dmitry Kovalev authored
    Removing redundant 'extern' keywords and parentheses, fixing indentation,
    making variable names lower case, using short expressions x *= c
    instead of x = x * c, minor code simplifications.
    
    Change-Id: If6a25fcf306d1db26e90d27e3c24a32735c607de
    548b4dd5