mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -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 Semaphore;
|
||||
class OpticalFlow;
|
||||
|
||||
|
||||
class Util;
|
||||
|
||||
/* Utility Classes */
|
||||
@ -37,7 +37,7 @@ namespace AP_HAL {
|
||||
class Stream;
|
||||
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
|
||||
which allows us to encapculate a member function as a type
|
||||
|
Loading…
Reference in New Issue
Block a user