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

Commit 40bc9062 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

namespace does not need a closing semicolon

Change-Id: Ie8f9d42fc061f6d558f23b98414e04eb3d14b376
parent ae4b879d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -486,4 +486,4 @@ status_t AudioEffect::guidToString(const effect_uuid_t *guid, char *str, size_t
}


}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -180,4 +180,4 @@ status_t AudioParameter::getAt(size_t index, String8& key, String8& value)
    }
}

};  // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -112,4 +112,4 @@ status_t AudioMix::writeToParcel(Parcel *parcel) const
    return NO_ERROR;
}

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -1133,4 +1133,4 @@ void AudioRecord::AudioRecordThread::pauseInternal(nsecs_t ns)

// -------------------------------------------------------------------------

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -1003,4 +1003,4 @@ void AudioSystem::AudioPolicyServiceClient::onAudioPatchListUpdate()
    }
}

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