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

Commit 1b2a794a authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

audiopolicy: Remove ; after namespace bracket

Semicolons are not needed after the closing bracket of
a namespace, remove it.

Test: compiles
Change-Id: Ie82930365f738fd9c95a9163839a68b772e49d95
parent 2773dd72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,6 +355,6 @@ extern "C" AudioPolicyInterface* createAudioPolicyManager(AudioPolicyClientInter
extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface);


}; // namespace android
} // namespace android

#endif // ANDROID_AUDIOPOLICY_INTERFACE_H
+1 −1
Original line number Diff line number Diff line
@@ -41,4 +41,4 @@ public:
    status_t dump(int fd, int spaces) const;
};

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -66,4 +66,4 @@ private:
    bool              mUseInChannelMask;
};

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -121,4 +121,4 @@ public:
};


}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -214,4 +214,4 @@ public:
};


}; // namespace android
} // namespace android
Loading