Sync from Piper @acozzette/proto_github_202203101748

PROTOBUF_SYNC_PIPER
diff --git a/cmake/libprotobuf.cmake b/cmake/libprotobuf.cmake
index 61faa64..5ce1876 100644
--- a/cmake/libprotobuf.cmake
+++ b/cmake/libprotobuf.cmake
@@ -124,7 +124,7 @@
   target_link_libraries(libprotobuf PRIVATE atomic)
 endif()
 if(${CMAKE_SYSTEM_NAME} STREQUAL "Android")
-	target_link_libraries(libprotobuf PRIVATE log)
+  target_link_libraries(libprotobuf PRIVATE log)
 endif()
 target_include_directories(libprotobuf PUBLIC ${protobuf_SOURCE_DIR}/src)
 if(protobuf_BUILD_SHARED_LIBS)