Skip to content

Commit d4ea66b

Browse files
more clang formatting
1 parent 2c6ab83 commit d4ea66b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: adobe/implementation/zuid_uuid.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ boost::int16_t uuid_create(uuid_t* uuid);
6161
/* uuid_create_from_name -- create a UUID using a "name" from a "name space" */
6262
void uuid_create_from_name(uuid_t* uuid, /* resulting UUID */
6363
uuid_t nsid, /* UUID to serve as context, so identical
64-
names from different name spaces generate
65-
different UUIDs */
64+
names from different name spaces generate
65+
different UUIDs */
6666
boost::uint8_t* name, /* the name from which to generate a UUID */
6767
boost::uint16_t namelen); /* the length of the name */
6868

Diff for: clang_format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
cd `dirname $0`
88

9-
find . -name '*.[c|h]pp' -print | xargs clang-format -i -style=file
9+
find . -name '*.[c|h]pp' \! -name "shavs.cpp" -print | xargs -n 1 clang-format -i -style=file

0 commit comments

Comments
 (0)