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

Commit 63238efb authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Remove redundant semicolon from namespace closing

Change-Id: I163f9d3d216c283ae1160ce4802e5247cf44fba7
parent d7e1d08c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2949,4 +2949,4 @@ status_t AudioFlinger::onTransact(
    return BnAudioFlinger::onTransact(code, data, reply, flags);
}

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -799,6 +799,6 @@ const char *formatToString(audio_format_t format);

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

}; // namespace android
} // namespace android

#endif // ANDROID_AUDIO_FLINGER_H
+1 −1
Original line number Diff line number Diff line
@@ -2300,4 +2300,4 @@ AudioMixer::process_hook_t AudioMixer::getProcessHook(int processType, uint32_t
}

// ----------------------------------------------------------------------------
}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -485,6 +485,6 @@ private:
};

// ----------------------------------------------------------------------------
}; // namespace android
} // namespace android

#endif // ANDROID_AUDIO_MIXER_H
+1 −2
Original line number Diff line number Diff line
@@ -170,7 +170,6 @@ private:
};

// ----------------------------------------------------------------------------
}
; // namespace android
} // namespace android

#endif // ANDROID_AUDIO_RESAMPLER_H
Loading