mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-09 19:10:15 +08:00
only format the unformated code to standard style
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1020 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -79,13 +79,11 @@ private:
|
||||
struct list_head mListOrphan;
|
||||
|
||||
public:
|
||||
static MppBufferService *get_instance()
|
||||
{
|
||||
static MppBufferService *get_instance() {
|
||||
static MppBufferService instance;
|
||||
return &instance;
|
||||
}
|
||||
static Mutex *get_lock()
|
||||
{
|
||||
static Mutex *get_lock() {
|
||||
static Mutex lock;
|
||||
return &lock;
|
||||
}
|
||||
|
Reference in New Issue
Block a user