Skip to content

Commit fd5388d

Browse files
committed
Ignore previous commit from git blame
1 parent 225b07e commit fd5388d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+83
-79
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ IndentGotoLabels: true
8787
IndentPPDirectives: None
8888
IndentWidth: 2
8989
IndentWrappedFunctionNames: false
90+
InsertNewlineAtEOF: true
9091
JavaScriptQuotes: Leave
9192
JavaScriptWrapImports: true
9293
KeepEmptyLinesAtTheStartOfBlocks: false

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
225b07e41f03d82358171a3d91ab3f210d0ae783 # ignore repository-wide reformat

example/cacheCluster/consistentHash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ void ch_ring_destroy_ring(ring_t *ring) {
216216

217217
#ifdef __cplusplus
218218
}
219-
#endif
219+
#endif

example/cacheHierarchy/fkYAML/node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15780,4 +15780,4 @@ struct hash<
1578015780

1578115781
} // namespace std
1578215782

15783-
#endif /* FK_YAML_NODE_HPP */
15783+
#endif /* FK_YAML_NODE_HPP */

example/cacheHierarchy/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ int main(int argc, char* argv[]) {
5454
config.l2_mrc_output_path);
5555

5656
return 0;
57-
}
57+
}

libCacheSim/bin/MRC/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ int main(int argc, char **argv) {
6666
fprintf(stderr, "Error: unknown algorithm type\n");
6767
return 1;
6868
}
69-
}
69+
}

libCacheSim/bin/MRC/mrc_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ void parse_mini_cmd(int argc, char *argv[], struct MINI_arguments *args);
105105

106106
#ifdef __cplusplus
107107
}
108-
#endif
108+
#endif

libCacheSim/bin/customized/SOSP23/oneHit/cli_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ void free_arg(struct arguments *args) { close_reader(args->reader); }
162162

163163
#ifdef __cplusplus
164164
}
165-
#endif
165+
#endif

libCacheSim/bin/customized/fast23/fast23.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ void cal_group_metric_over_time(std::string trace_path, std::string ofilepath,
5353
int group_size);
5454
void cal_group_metric_utility_over_time(std::string trace_path,
5555
std::string ofilepath, int group_size);
56-
} // namespace compareGroups
56+
} // namespace compareGroups

libCacheSim/bin/customized/traceWriter/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ void convert_wiki16_trace(char *trace_path) {
116116
printf("%s trace time %lu hour\n", trace_path, req->clock_time / 3600);
117117

118118
fclose(ofile);
119-
}
119+
}

0 commit comments

Comments
 (0)