File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ boost::int16_t uuid_create(uuid_t* uuid);
61
61
/* uuid_create_from_name -- create a UUID using a "name" from a "name space" */
62
62
void uuid_create_from_name (uuid_t * uuid, /* resulting UUID */
63
63
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 */
66
66
boost::uint8_t * name, /* the name from which to generate a UUID */
67
67
boost::uint16_t namelen); /* the length of the name */
68
68
Original file line number Diff line number Diff line change 6
6
7
7
cd ` dirname $0 `
8
8
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
You can’t perform that action at this time.
0 commit comments