mirror of
https://github.com/zeldaret/ph
synced 2026-07-08 13:46:28 -04:00
Add .clang-format
This commit is contained in:
@@ -7,4 +7,4 @@ typedef struct DestructorChain {
|
||||
/* c */
|
||||
} DestructorChain;
|
||||
|
||||
void* __register_global_object(void *object, void *destructor, DestructorChain *link);
|
||||
void *__register_global_object(void *object, void *destructor, DestructorChain *link);
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace std {
|
||||
template<class T>
|
||||
class vector {
|
||||
template <class T> class vector {
|
||||
public:
|
||||
T *elements;
|
||||
int size;
|
||||
int capacity;
|
||||
};
|
||||
}
|
||||
} // namespace std
|
||||
|
||||
Reference in New Issue
Block a user