clang-format many files.
Test: Format-only changes; treehugger suffices.
Change-Id: I23cde3f0bbcac13bef555d13514e922c79d5ad48
diff --git a/secontext.cpp b/secontext.cpp
index 0529a30..bc21fc2 100644
--- a/secontext.cpp
+++ b/secontext.cpp
@@ -13,10 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <Utils.h>
#include "secontext.h"
+#include <Utils.h>
-security_context_t secontextFsck()
-{
+security_context_t secontextFsck() {
return android::vold::sFsckContext;
}