mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 17:34:01 -04:00
AP_HAL: Remove trailing spaces from AP_HAL_Namespace.h
This commit is contained in:
parent
d9ad962b33
commit
eb44d75ed8
@ -29,7 +29,7 @@ namespace AP_HAL {
|
|||||||
class Scheduler;
|
class Scheduler;
|
||||||
class Semaphore;
|
class Semaphore;
|
||||||
class OpticalFlow;
|
class OpticalFlow;
|
||||||
|
|
||||||
class Util;
|
class Util;
|
||||||
|
|
||||||
/* Utility Classes */
|
/* Utility Classes */
|
||||||
@ -37,7 +37,7 @@ namespace AP_HAL {
|
|||||||
class Stream;
|
class Stream;
|
||||||
class BetterStream;
|
class BetterStream;
|
||||||
|
|
||||||
/* Typdefs for function pointers (Procedure, Member Procedure)
|
/* Typdefs for function pointers (Procedure, Member Procedure)
|
||||||
|
|
||||||
For member functions we use the FastDelegate delegates class
|
For member functions we use the FastDelegate delegates class
|
||||||
which allows us to encapculate a member function as a type
|
which allows us to encapculate a member function as a type
|
||||||
|
Loading…
Reference in New Issue
Block a user