Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7a4814f authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

Merge "Mark a non-exported function as static."

parents 83ed1ae0 e15c1133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ typedef struct {
    rs_matrix4x4 *mat;
} ParentData;

void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) {
static void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) {
    rs_matrix4x4 temp;

    switch (type) {