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:
GaoZhili
2016-07-14 09:34:04 +00:00
parent c7c9cc380b
commit 3249378118
23 changed files with 971 additions and 1084 deletions

View File

@@ -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;
}