Remove unnecessary semicolons.

Bug: N/A
Test: build w/o -Wno-c++98-compat-extra-semi
Change-Id: Id6d7df00a22873917b7e480b71050d662fabb243
diff --git a/Binder.cpp b/Binder.cpp
index a084b48..9edd27b 100644
--- a/Binder.cpp
+++ b/Binder.cpp
@@ -252,5 +252,5 @@
 
 // ---------------------------------------------------------------------------
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/BpHwBinder.cpp b/BpHwBinder.cpp
index 7c6e3ec..81ce7cc 100644
--- a/BpHwBinder.cpp
+++ b/BpHwBinder.cpp
@@ -324,5 +324,5 @@
 
 // ---------------------------------------------------------------------------
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/BufferedTextOutput.cpp b/BufferedTextOutput.cpp
index 3c7db8b..0a0f4d6 100644
--- a/BufferedTextOutput.cpp
+++ b/BufferedTextOutput.cpp
@@ -279,5 +279,5 @@
     return mGlobalState;
 }
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/Debug.cpp b/Debug.cpp
index 38e3a3f..4464032 100644
--- a/Debug.cpp
+++ b/Debug.cpp
@@ -309,6 +309,6 @@
     return proc->getKernelReferences(count, buf);
 }
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
diff --git a/IInterface.cpp b/IInterface.cpp
index 3545325..ca8ad93 100644
--- a/IInterface.cpp
+++ b/IInterface.cpp
@@ -47,5 +47,5 @@
 
 // ---------------------------------------------------------------------------
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/IPCThreadState.cpp b/IPCThreadState.cpp
index 13bc1c6..47486ca 100644
--- a/IPCThreadState.cpp
+++ b/IPCThreadState.cpp
@@ -1321,5 +1321,5 @@
     state->mOut.writePointer((uintptr_t)data);
 }
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/Parcel.cpp b/Parcel.cpp
index 2c702ff..1972969 100644
--- a/Parcel.cpp
+++ b/Parcel.cpp
@@ -1983,5 +1983,5 @@
     mFdsKnown = true;
 }
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/ProcessState.cpp b/ProcessState.cpp
index 86e26c8..f93abbb 100644
--- a/ProcessState.cpp
+++ b/ProcessState.cpp
@@ -470,5 +470,5 @@
     mDriverFD = -1;
 }
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/TextOutput.cpp b/TextOutput.cpp
index 7bd85ad..e6e8cb7 100644
--- a/TextOutput.cpp
+++ b/TextOutput.cpp
@@ -70,5 +70,5 @@
     return to;
 }
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
diff --git a/include/hwbinder/Binder.h b/include/hwbinder/Binder.h
index 960ea80..88c155f 100644
--- a/include/hwbinder/Binder.h
+++ b/include/hwbinder/Binder.h
@@ -109,8 +109,8 @@
     std::atomic<int32_t>    mState;
 };
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 // ---------------------------------------------------------------------------
 
diff --git a/include/hwbinder/BpHwBinder.h b/include/hwbinder/BpHwBinder.h
index 9f86a94..a5b2245 100644
--- a/include/hwbinder/BpHwBinder.h
+++ b/include/hwbinder/BpHwBinder.h
@@ -118,8 +118,8 @@
     mutable String16            mDescriptorCache;
 };
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 // ---------------------------------------------------------------------------
 
diff --git a/include/hwbinder/BufferedTextOutput.h b/include/hwbinder/BufferedTextOutput.h
index 401331a..3541659 100644
--- a/include/hwbinder/BufferedTextOutput.h
+++ b/include/hwbinder/BufferedTextOutput.h
@@ -63,7 +63,7 @@
 };
 
 // ---------------------------------------------------------------------------
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 #endif // ANDROID_HARDWARE_BUFFEREDTEXTOUTPUT_H
diff --git a/include/hwbinder/Debug.h b/include/hwbinder/Debug.h
index 0c173a4..c23618c 100644
--- a/include/hwbinder/Debug.h
+++ b/include/hwbinder/Debug.h
@@ -44,7 +44,7 @@
 __END_DECLS
 
 // ---------------------------------------------------------------------------
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 #endif // ANDROID_HARDWARE_BINDER_DEBUG_H
diff --git a/include/hwbinder/IBinder.h b/include/hwbinder/IBinder.h
index b8f3b0e..bc1f733 100644
--- a/include/hwbinder/IBinder.h
+++ b/include/hwbinder/IBinder.h
@@ -141,8 +141,8 @@
 private:
 };
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 // ---------------------------------------------------------------------------
 
diff --git a/include/hwbinder/IInterface.h b/include/hwbinder/IInterface.h
index 96189ab..7e13957 100644
--- a/include/hwbinder/IInterface.h
+++ b/include/hwbinder/IInterface.h
@@ -65,7 +65,7 @@
 
 // ----------------------------------------------------------------------
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 #endif // ANDROID_HARDWARE_IINTERFACE_H
diff --git a/include/hwbinder/IPCThreadState.h b/include/hwbinder/IPCThreadState.h
index b6e1089..759aef3 100644
--- a/include/hwbinder/IPCThreadState.h
+++ b/include/hwbinder/IPCThreadState.h
@@ -178,8 +178,8 @@
             ProcessState::CallRestriction mCallRestriction;
 };
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 // ---------------------------------------------------------------------------
 
diff --git a/include/hwbinder/Parcel.h b/include/hwbinder/Parcel.h
index a3a7425..d3bdfe6 100644
--- a/include/hwbinder/Parcel.h
+++ b/include/hwbinder/Parcel.h
@@ -322,8 +322,8 @@
 status_t unflatten_binder(const sp<ProcessState>& proc,
                           const flat_binder_object& flat, wp<IBinder>* out);
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 // ---------------------------------------------------------------------------
 
diff --git a/include/hwbinder/ProcessState.h b/include/hwbinder/ProcessState.h
index 6490a8d..91337d8 100644
--- a/include/hwbinder/ProcessState.h
+++ b/include/hwbinder/ProcessState.h
@@ -140,8 +140,8 @@
             CallRestriction     mCallRestriction;
 };
 
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 // ---------------------------------------------------------------------------
 
diff --git a/include/hwbinder/TextOutput.h b/include/hwbinder/TextOutput.h
index cdc60e9..24cd041 100644
--- a/include/hwbinder/TextOutput.h
+++ b/include/hwbinder/TextOutput.h
@@ -200,7 +200,7 @@
 inline bool HexDump::carrayStyle() const { return mCArrayStyle; }
 
 // ---------------------------------------------------------------------------
-}; // namespace hardware
-}; // namespace android
+} // namespace hardware
+} // namespace android
 
 #endif // ANDROID_HARDWARE_TEXTOUTPUT_H