From 984abcc860570fe95d4ddef83bcd2bcc04c8def3 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 10 Sep 2019 07:35:10 -0400 Subject: Fix formatting. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6163a103d4..ffd61728ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,8 +139,8 @@ endfunction () # Create a single source proto library. # -# - proto: the filename for the proto source. -# - (optional) ARGN: proto libraries the new library depends on. +# * proto: the filename for the proto source. +# * (optional) ARGN: proto libraries the new library depends on. function (googleapis_cpp_add_library proto) googleapis_cpp_short_name(short_name "${proto}") google_cloud_cpp_grpcpp_library(googleapis_cpp_${short_name} -- cgit 1.4.1