Skip to content

Commit df99cb2

Browse files
restyled-commitshicklin
authored andcommitted
Restyled by clang-format
1 parent 39efd55 commit df99cb2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/app/clusters/service-area-server/service-area-delegate.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ class Delegate : public Uncopyable
310310

311311
/**
312312
* This method is called by the server instance to add a new selected location to the list.
313-
* The server instance will ensure that the aLocationId references a SUPPORTED location, and is unique within selected locations.
313+
* The server instance will ensure that the aLocationId references a SUPPORTED location, and is unique within selected
314+
* locations.
314315
* @param[in] aLocationId The new locationID to add.
315316
* @param[in] listIndex filled with the list index of the new location, if successful.
316317
* @return true if successful, false otherwise.

src/app/clusters/service-area-server/service-area-server.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ class Instance : public AttributeAccessInterface, public CommandHandlerInterface
260260
DataModel::Nullable<uint32_t> GetCurrentLocation();
261261

262262
/**
263-
* @param[in] aCurrentLocation The location ID that the CurrentLocation attribute should be set to. Must be a supported location or NULL.
263+
* @param[in] aCurrentLocation The location ID that the CurrentLocation attribute should be set to. Must be a supported location
264+
* or NULL.
264265
* @return true if the current location is set, false otherwise.
265266
*
266267
* @note if current location is set to null, estimated end time will be set to null.

0 commit comments

Comments
 (0)