Skip to content
  • Yi Luo's avatar
    Fix to conform Google's coding convention · 346d2449
    Yi Luo authored
    - Confirm input coeff buffer is 16-byte aligned.
    - sizeof() prefer variable name instead of type.
    - Fix function name (Capital first letter then Pascal case).
    - Long base class name uses a newline (with colon and 4 space indent).
    - Remove a unnecessary reference function variable.
    - Method declaration precedes variable declaration in class definition.
    
    Change-Id: I317f7e679926b5219f58c5f7d14512e94985e7fe
    346d2449