Skip to content

Commit 49aeb4f

Browse files
committed
trailing whitespace
Signed-off-by: Karan Janthe <[email protected]>
1 parent 364fd6a commit 49aeb4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_codegen_llvm/src/builder/autodiff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ fn to_enzyme_typetree(
566566
///
567567
/// # Arguments
568568
/// * `llmod` - LLVM module containing the function
569-
/// * `llcx` - LLVM context for creating attributes
569+
/// * `llcx` - LLVM context for creating attributes
570570
/// * `fn_def` - LLVM function to attach TypeTrees to
571571
/// * `tt` - Function TypeTree containing input and return type information
572572
pub(crate) fn add_tt<'ll>(

compiler/rustc_resolve/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ pub struct Resolver<'ra, 'tcx> {
12541254
// for APITs, so we don't want to leak details of resolution into these names.
12551255
impl_trait_names: FxHashMap<NodeId, Symbol>,
12561256

1257-
/// Mapping of autodiff function IDs
1257+
/// Mapping of autodiff function IDs
12581258
autodiff_map: FxHashMap<LocalDefId, LocalDefId>,
12591259
}
12601260

0 commit comments

Comments
 (0)