add end-of-file-fixer
This commit is contained in:
@@ -247,4 +247,4 @@ ParseResult ApiUrlParser::parse(std::string_view method, char *url_data,
|
||||
|
||||
result.route = HttpRoute::NotFound;
|
||||
return ParseResult::Success;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,4 +58,4 @@ asm(".text\n"
|
||||
".size spend_cpu_cycles, spend_cpu_cycles\n");
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -43,4 +43,4 @@ public:
|
||||
* @return Pointer to JsonToken if found, nullptr if not a known token
|
||||
*/
|
||||
static const struct JsonToken *lookup_json_token(const char *str, size_t len);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -58,4 +58,4 @@ struct ShutdownEntry {
|
||||
* Each stage pattern-matches on the variant type to handle appropriately.
|
||||
*/
|
||||
using PipelineEntry =
|
||||
std::variant<CommitEntry, StatusEntry, HealthCheckEntry, ShutdownEntry>;
|
||||
std::variant<CommitEntry, StatusEntry, HealthCheckEntry, ShutdownEntry>;
|
||||
|
||||
@@ -44,4 +44,4 @@ private:
|
||||
unsigned long long last_voluntary_context_switches_ = 0;
|
||||
unsigned long long last_nonvoluntary_context_switches_ = 0;
|
||||
bool start_time_set_ = false;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user